Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf74179c

Browse files
author
Thomas G. Lockhart
committed
Make a mention of the new TRUNCATE command.
1 parent66d17c3 commitf74179c

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)

[8]ページ先頭

©2009-2025 Movatter.jp