projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a9dd0d
)
Document that only a table's owner may TRUNCATE it. Per Keith Worthington.
author
Tom Lane
Tue, 22 Feb 2005 19:06:18 +0000
(19:06 +0000)
committer
Tom Lane
Tue, 22 Feb 2005 19:06:18 +0000
(19:06 +0000)
doc/src/sgml/ref/truncate.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/truncate.sgml
b/doc/src/sgml/ref/truncate.sgml
index 03ee825ad52409c0a54d24a0c4dbdef701b052c2..fe68c5b334a06556dbe940080f306a731df7b20c 100644
(file)
--- a/
doc/src/sgml/ref/truncate.sgml
+++ b/
doc/src/sgml/ref/truncate.sgml
@@
-1,5
+1,5
@@
@@
-53,6
+53,10
@@
TRUNCATE [ TABLE ]
name
[, ...]
Notes
+
+ Only the owner of a table may
TRUNCATE> it.
+
+
TRUNCATE> cannot be used on a table that has foreign-key
references from other tables, unless all such tables are also truncated