Skip to content

Commit f74179c

Browse files
author
Thomas G. Lockhart
committed
Make a mention of the new TRUNCATE command.
1 parent 66d17c3 commit f74179c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/src/sgml/ref/delete.sgml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/delete.sgml,v 1.7 1999/07/22 15:09:09 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/delete.sgml,v 1.8 1999/10/01 15:24:46 thomas Exp $
33
Postgres documentation
44
-->
55

@@ -15,7 +15,7 @@ Postgres documentation
1515
DELETE
1616
</refname>
1717
<refpurpose>
18-
Deletes rows from a table
18+
Removes rows from a table
1919
</refpurpose>
2020

2121
</refnamediv>
@@ -108,6 +108,14 @@ DELETE <replaceable class="parameter">count</replaceable>
108108
If the <firstterm>condition</firstterm> (WHERE clause) is absent,
109109
the effect is to delete all rows in the table.
110110
The result is a valid, but empty table.
111+
112+
<tip>
113+
<para>
114+
<xref linkend="sql-truncate" endterm="squ-truncate-title"> is a
115+
<productname>Postgres</productname> extension which provides a
116+
faster mechanism to remove all rows from a table.
117+
</para>
118+
</tip>
111119
</para>
112120

113121
<para>

0 commit comments

Comments
 (0)