projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d17c3
)
Make a mention of the new TRUNCATE command.
author
Thomas G. Lockhart
Fri, 1 Oct 1999 15:24:46 +0000
(15:24 +0000)
committer
Thomas G. Lockhart
Fri, 1 Oct 1999 15:24:46 +0000
(15:24 +0000)
doc/src/sgml/ref/delete.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/delete.sgml
b/doc/src/sgml/ref/delete.sgml
index 230a8b687f1968e2d2d138dad8bf560fee1a7e27..e2d1c07ae8ad54e9cf7a4acbbc792497e8871dac 100644
(file)
--- a/
doc/src/sgml/ref/delete.sgml
+++ b/
doc/src/sgml/ref/delete.sgml
@@
-1,5
+1,5
@@
@@
-15,7
+15,7
@@
Postgres documentation
DELETE
-
Delet
es rows from a table
+
Remov
es rows from a table
@@
-108,6
+108,14
@@
DELETE
count
If the
condition
(WHERE clause) is absent,
the effect is to delete all rows in the table.
The result is a valid, but empty table.
+
+
+
+
is a
+
Postgres
extension which provides a
+ faster mechanism to remove all rows from a table.
+
+