forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7c91e90
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.org1 parentdd0f37e commit7c91e90
2 files changed
+9
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 |
| |
48 | 53 |
| |
49 | 54 |
| |
|
0 commit comments
Comments
(0)