8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfd994 commit ab2d907Copy full SHA for ab2d907
doc/src/sgml/sepgsql.sgml
@@ -443,7 +443,7 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
443
<para>
444
When <literal>DROP</> command is executed, <literal>drop</> will be
445
checked on the object being removed for each object types. Permissions
446
- will not be checked for objects dropped indirectly via <literal>CASCADE</>.
+ will be also checked for objects dropped indirectly via <literal>CASCADE</>.
447
Deletion of objects contained within a particular schema (tables, views,
448
sequences and procedures) additionally requires
449
<literal>remove_name</> on the schema.
0 commit comments