projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0220282
)
Minor improvement to DROP TABLE reference page.
author
Neil Conway
Sun, 2 Apr 2006 03:56:40 +0000
(
03:56
+0000)
committer
Neil Conway
Sun, 2 Apr 2006 03:56:40 +0000
(
03:56
+0000)
doc/src/sgml/ref/drop_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/drop_table.sgml
b/doc/src/sgml/ref/drop_table.sgml
index 8e7cedd71d5b2c9be27983c8b154762e9620c44a..a0001f8a8cb7874f8021e5e0520c5128b5860bd2 100644
(file)
--- a/
doc/src/sgml/ref/drop_table.sgml
+++ b/
doc/src/sgml/ref/drop_table.sgml
@@
-1,5
+1,5
@@
@@
-29,8
+29,10
@@
DROP TABLE [ IF EXISTS ]
name
[, ..
DROP TABLE
removes tables from the database.
- Only its owner may destroy a table. To empty a table of rows,
- without destroying the table, use
DELETE
.
+ Only its owner may destroy a table. To empty a table of rows
+ without destroying the table, use
+ endterm="sql-delete-title"> or
+ endterm="sql-truncate-title">.