From 777745435c069859651a8ed4b4c938b23d15392f Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Tue, 22 Feb 2005 19:06:35 +0000
Subject: Document that only a table's owner may TRUNCATE it. Per Keith
Worthington.
---
doc/src/sgml/ref/truncate.sgml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml
index 8bd220f77a7..babd4033d4c 100644
--- 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 if there are foreign-key references
to the table from other tables. Checking validity in such cases would
--
cgit v1.2.3