diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml
index 03ee825ad5..fe68c5b334 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 on a table that has foreign-key
references from other tables, unless all such tables are also truncated