Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32bef75

Browse files
committed
doc: Remove reference to views for TRUNCATE privilege
The page about privilege rights mentioned that TRUNCATE could be appliedto views or even other relation types. This is confusing as thiscommand can be used only on tables and on partitioned tables.Oversight inafc4a78.Reported-by: Harisai HariReviewed-by: Laurenz AlbeDiscussion:https://postgr.es/m/161157636877.14625.15340884663716426087@wrigleys.postgresql.orgBackpatch-through: 12
1 parent4c9c359 commit32bef75

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
@@ -1740,7 +1740,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
17401740
<term><literal>TRUNCATE</literal></term>
17411741
<listitem>
17421742
<para>
1743-
Allows <command>TRUNCATE</command> on a table, view, etc.
1743+
Allows <command>TRUNCATE</command> on a table.
17441744
</para>
17451745
</listitem>
17461746
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp