pgsql: doc: Remove reference to views for TRUNCATE privilege - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Remove reference to views for TRUNCATE privilege
Date
Msg-id E1l4ceL-0001ke-1z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2378d9232ea9a7d8147b17f7d78c14fbb4796c7d

Modified Files
--------------
doc/src/sgml/ddl.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor code in tablecmds.c to check and process tablespace mov
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix GiST index deletion assert issue.