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

Commitb264088

Browse files
committed
Make typography consistent
1 parentad8f6fe commitb264088

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 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.81 2009/12/1714:36:16 rhaas Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.82 2010/03/1720:53:19 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -61,7 +61,7 @@ GRANT { USAGE | ALL [ PRIVILEGES ] }
6161

6262
GRANT { { SELECT | UPDATE } [,...] | ALL [ PRIVILEGES ] }
6363
ON LARGE OBJECT <replaceable class="PARAMETER">loid</replaceable> [, ...]
64-
TO { [ GROUP ] <replaceable class="PARAMETER">rolename</replaceable> | PUBLIC } [, ...] [ WITH GRANT OPTION ]
64+
TO { [ GROUP ] <replaceable class="PARAMETER">role_name</replaceable> | PUBLIC } [, ...] [ WITH GRANT OPTION ]
6565

6666
GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }
6767
ON SCHEMA <replaceable>schema_name</replaceable> [, ...]

‎doc/src/sgml/ref/revoke.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.54 2009/12/11 03:34:55 itagaki Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.55 2010/03/17 20:53:19 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -78,7 +78,7 @@ REVOKE [ GRANT OPTION FOR ]
7878
REVOKE [ GRANT OPTION FOR ]
7979
{ { SELECT | UPDATE } [,...] | ALL [ PRIVILEGES ] }
8080
ON LARGE OBJECT <replaceable class="PARAMETER">loid</replaceable> [, ...]
81-
FROM { [ GROUP ] <replaceable class="PARAMETER">rolename</replaceable> | PUBLIC } [, ...]
81+
FROM { [ GROUP ] <replaceable class="PARAMETER">role_name</replaceable> | PUBLIC } [, ...]
8282
[ CASCADE | RESTRICT ]
8383

8484
REVOKE [ GRANT OPTION FOR ]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp