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

Commit8f11115

Browse files
committed
Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.
CREATE GROUP is an exact alias for CREATE ROLE, and CREATE USER isalmost an exact alias, as can easily be confirmed by checking thecode. So the man page syntax descriptions ought to match up. Thelast few additions of role options seem to have forgotten to updatecreate_group.sgml, though. Fix that, and add a naggy reminder tocreate_role.sgml in hopes of not forgetting again.Discussion:https://postgr.es/m/158647836143.655.9853963229391401576@wrigleys.postgresql.org
1 parent9be664d commit8f11115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎doc/src/sgml/ref/create_group.sgml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ CREATE GROUP <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <repla
3030
| CREATEROLE | NOCREATEROLE
3131
| INHERIT | NOINHERIT
3232
| LOGIN | NOLOGIN
33+
| REPLICATION | NOREPLICATION
34+
| BYPASSRLS | NOBYPASSRLS
35+
| CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
3336
| [ ENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
3437
| VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
3538
| IN ROLE <replaceable class="PARAMETER">role_name</replaceable> [, ...]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp