forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit36b564c
committed
Fix erroneous documentation about noise word GROUP.
GRANT, REVOKE, and some allied commands allow the noise word GROUPbefore a role name (cf. grantee production in gram.y). This optiondoes not exist elsewhere, but it had nonetheless snuck into thedocumentation for ALTER ROLE, ALTER USER, and CREATE SCHEMA.Seems to be a copy-and-pasteo in commit31eae60, which did expand thesyntax choices here, but not in that way. Back-patch to 9.5 where thatcame in.Discussion:https://postgr.es/m/20170916123750.8885.66941@wrigleys.postgresql.org1 parent57eebca commit36b564c
File tree
3 files changed
+3
-3
lines changed- doc/src/sgml/ref
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments
Comments
(0)