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

Commitde7e81f

Browse files
committed
Update schema USAGE permission description.
1 parent9e196d7 commitde7e81f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 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.56 2006/07/10 21:03:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.57 2006/07/12 15:37:10 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -275,7 +275,9 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
275275
For schemas, allows access to objects contained in the specified
276276
schema (assuming that the objects' own privilege requirements are
277277
also met). Essentially this allows the grantee to <quote>look up</>
278-
objects within the schema.
278+
objects within the schema. Without this permission, it is still
279+
possible to see the object names by querying the system tables, but
280+
they cannot be accessed via SQL.
279281
</para>
280282
<para>
281283
For sequences, this privilege allows the use of the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp