pgsql: doc: Remove reference to views for TRUNCATE privilege

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Remove reference to views for TRUNCATE privilege
Date: 2021-01-27 04:41:49
Message-ID: E1l4ceL-0001kd-1U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/32bef758296142ce0fff944c3478d63fdefdaf33

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-01-27 07:26:09 pgsql: Fix GiST index deletion assert issue.
Previous Message Michael Paquier 2021-01-27 02:55:02 pgsql: Refactor code in tablecmds.c to check and process tablespace mov