diff --git a/doc/src/sgml/ref/delete.sgml b/doc/src/sgml/ref/delete.sgml index 74ea90787bb..20417a13919 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 a78e47c0952..e9c8a03a638 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 + + + + +