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

Commit9652b79

Browse files
committed
Update documentation on GRANT SCEMA USAGE, again.
1 parent11f6d2f commit9652b79

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎doc/src/sgml/ref/grant.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.58 2006/07/19 18:42:31 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.59 2006/07/20 18:00:03 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -276,8 +276,10 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
276276
schema (assuming that the objects' own privilege requirements are
277277
also met). Essentially this allows the grantee to <quote>look up</>
278278
objects within the schema. Without this permission, it is still
279-
possible to see the object names, e.g. by querying the system tables,
280-
so this is not a completely secure way to prevent object access.
279+
possible to see the object names, e.g. by querying the system tables.
280+
Also, after revoking this permission, existing backends might have
281+
statements that have previously performed this lookup, so this is not
282+
a completely secure way to prevent object access.
281283
</para>
282284
<para>
283285
For sequences, this privilege allows the use of the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp