forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0fe2780
committed
Remove inbound links to sql-createuser
CREATE USER is an alias for CREATE ROLE, not its own command any longer,so clean up references to the 'sql-createuser' link to go to'sql-createrole' instead.In passing, change a few cases of 'CREATE USER' to be'CREATE ROLE ... LOGIN'. The remaining cases appear reasonable andalso mention the distinction between 'CREATE ROLE' and 'CREATE USER'.Also, don't say CREATE USER "assumes" LOGIN, but rather "includes".Patch-by: David G. Johnston, with assumes->includes by me.Discussion:https://postgr.es/m/CAKFQuwYrbhKV8hH4TEABrDRBwf=gKremF=mLPQ6X2yGqxgFpYA@mail.gmail.com1 parent0803514 commit0fe2780
File tree
3 files changed
+4
-4
lines changed- doc/src/sgml
- ref
3 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
998 | 998 |
| |
999 | 999 |
| |
1000 | 1000 |
| |
1001 |
| - | |
| 1001 | + | |
1002 | 1002 |
| |
1003 |
| - | |
| 1003 | + | |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 | 1006 |
| |
|
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 | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
|
0 commit comments
Comments
(0)