From 5e86bb51eaeeb5c70f64102f46c4431cb12999e9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 18 Mar 2017 14:25:41 -0400 Subject: [PATCH] doc: Update compatibility claim Update outdated claim that TRUNCATE is a PostgreSQL extension. Add cross-links between DELETE and TRUNCATE references pages. --- doc/src/sgml/ref/delete.sgml | 11 +++++++++-- doc/src/sgml/ref/truncate.sgml | 8 ++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/delete.sgml b/doc/src/sgml/ref/delete.sgml index 74ea90787b..20417a1391 100644 --- a/doc/src/sgml/ref/delete.sgml +++ b/doc/src/sgml/ref/delete.sgml @@ -41,8 +41,7 @@ DELETE FROM [ ONLY ] table_name [ * - is a - PostgreSQL extension that provides a + provides a faster mechanism to remove all rows from a table. @@ -279,4 +278,12 @@ DELETE FROM tasks WHERE CURRENT OF c_tasks; to use WITH with DELETE. + + + See Also + + + + + diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml index a78e47c095..e9c8a03a63 100644 --- a/doc/src/sgml/ref/truncate.sgml +++ b/doc/src/sgml/ref/truncate.sgml @@ -220,4 +220,12 @@ TRUNCATE othertable CASCADE; considered and compared with other implementations if necessary. + + + See Also + + + + + -- 2.40.0