From: Peter Eisentraut Date: Sat, 18 Mar 2017 18:25:41 +0000 (-0400) Subject: doc: Update compatibility claim X-Git-Tag: REL_10_BETA1~599 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e86bb51eaeeb5c70f64102f46c4431cb12999e9;p=postgresql doc: Update compatibility claim Update outdated claim that TRUNCATE is a PostgreSQL extension. Add cross-links between DELETE and TRUNCATE references pages. --- 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 + + + + +