doc: Remove reference to views for TRUNCATE privilege

Michael Paquier <michael@paquier.xyz>

Commit: 2378d9232ea9a7d8147b17f7d78c14fbb4796c7d
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-01-27T04:41:03Z
Releases: 13.2
doc: Remove reference to views for TRUNCATE privilege

The page about privilege rights mentioned that TRUNCATE could be applied
to views or even other relation types.  This is confusing as this
command can be used only on tables and on partitioned tables.

Oversight in afc4a78.

Reported-by: Harisai Hari
Reviewed-by: Laurenz Albe
Discussion: https://postgr.es/m/161157636877.14625.15340884663716426087@wrigleys.postgresql.org
Backpatch-through: 12

Files

PathChange+/−
doc/src/sgml/ddl.sgml modified +1 −1

Documentation touched

Discussion