Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d43e235

Browse files
committed
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
1 parent fdf9d00 commit d43e235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
17361736
<term><literal>TRUNCATE</literal></term>
17371737
<listitem>
17381738
<para>
1739-
Allows <xref linkend="sql-truncate"/> on a table, view, etc.
1739+
Allows <xref linkend="sql-truncate"/> on a table.
17401740
</para>
17411741
</listitem>
17421742
</varlistentry>

0 commit comments

Comments
 (0)