pgsql: doc: Remove reference to views for TRUNCATE privilege

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Remove reference to views for TRUNCATE privilege
Дата
Msg-id E1l4ceL-0001kh-2U@gemulon.postgresql.org
обсуждение исходный текст
Список 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d43e23505285b2f39dbda615d8cab51d0905fadc

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor code in tablecmds.c to check and process tablespace mov
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Fix GiST index deletion assert issue.