pgsql: doc: Remove reference to views for TRUNCATE privilege

2021-01-26 Thread Michael Paquier
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: Harisa

pgsql: doc: Remove reference to views for TRUNCATE privilege

2021-01-26 Thread Michael Paquier
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: Harisa

pgsql: doc: Remove reference to views for TRUNCATE privilege

2021-01-26 Thread Michael Paquier
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: Harisa