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

Commit9971f6f

Browse files
committed
doc: correct sepgsql doc about permission checking of CASCADE
Backpatch to 9.2.Patch from Kohei KaiGai
1 parent2ddc600 commit9971f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/sepgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
443443
<para>
444444
When <literal>DROP</> command is executed, <literal>drop</> will be
445445
checked on the object being removed for each object types. Permissions
446-
willnot be checked for objects dropped indirectly via <literal>CASCADE</>.
446+
willbe also checked for objects dropped indirectly via <literal>CASCADE</>.
447447
Deletion of objects contained within a particular schema (tables, views,
448448
sequences and procedures) additionally requires
449449
<literal>remove_name</> on the schema.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp