File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -15,7 +15,7 @@ Postgres documentation
15
15
DELETE
16
16
</refname>
17
17
<refpurpose>
18
- Deletes rows from a table
18
+ Removes rows from a table
19
19
</refpurpose>
20
20
21
21
</refnamediv>
@@ -108,6 +108,14 @@ DELETE <replaceable class="parameter">count</replaceable>
108
108
If the <firstterm>condition</firstterm> (WHERE clause) is absent,
109
109
the effect is to delete all rows in the table.
110
110
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>
111
119
</para>
112
120
113
121
<para>
You can’t perform that action at this time.
0 commit comments