forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2dcd157
committed
Rename some createuser options.
This change renames --admin to --with-admin, --role to --member-of,and --member to --with-member. Many people found the previousnames to be confusing. The --admin and --member options are new inv16, but --role has been there for a while, so that one has beenkept (but left undocumented) for backward compatibility.Suggested-by: Peter EisentrautReviewed-by: Tom Lane, Michael PaquierDiscussion:https://postgr.es/m/ZFvVZvQDliIWmOwg%40momjian.us1 parentde7c3fd commit2dcd157
File tree
3 files changed
+30
-12
lines changed- doc/src/sgml/ref
- src/bin/scripts
- t
3 files changed
+30
-12
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
|
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 |
| - | |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
| |||
414 | 416 |
| |
415 | 417 |
| |
416 | 418 |
| |
417 |
| - | |
| 419 | + | |
418 | 420 |
| |
419 | 421 |
| |
420 | 422 |
| |
421 | 423 |
| |
422 | 424 |
| |
423 |
| - | |
| 425 | + | |
424 | 426 |
| |
425 | 427 |
| |
426 | 428 |
| |
427 | 429 |
| |
428 | 430 |
| |
429 |
| - | |
| 431 | + | |
430 | 432 |
| |
431 | 433 |
| |
432 | 434 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
63 | 79 |
| |
64 | 80 |
| |
65 | 81 |
| |
|
0 commit comments
Comments
(0)