Document that only a table's owner may TRUNCATE it. Per Keith Worthington.
authorTom Lane
Tue, 22 Feb 2005 19:06:18 +0000 (19:06 +0000)
committerTom Lane
Tue, 22 Feb 2005 19:06:18 +0000 (19:06 +0000)
doc/src/sgml/ref/truncate.sgml

index 03ee825ad52409c0a54d24a0c4dbdef701b052c2..fe68c5b334a06556dbe940080f306a731df7b20c 100644 (file)
@@ -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