mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
doc: correct sepgsql doc about permission checking of CASCADE
Backpatch to 9.2. Patch from Kohei KaiGai
This commit is contained in:
parent
2ddc600f8f
commit
9971f6f517
@ -443,7 +443,7 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
|
||||
<para>
|
||||
When <literal>DROP</> command is executed, <literal>drop</> will be
|
||||
checked on the object being removed for each object types. Permissions
|
||||
will not be checked for objects dropped indirectly via <literal>CASCADE</>.
|
||||
will be also checked for objects dropped indirectly via <literal>CASCADE</>.
|
||||
Deletion of objects contained within a particular schema (tables, views,
|
||||
sequences and procedures) additionally requires
|
||||
<literal>remove_name</> on the schema.
|
||||
|
Loading…
Reference in New Issue
Block a user