forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7e389f7
committed
Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.
These reference pages still claimed that you have to be superuser to createa database or schema owned by a different role. That was true before 8.1,but it was changed in commitsaa11106 andf91370c to allow assignment of ownershipto any role you are a member of. However, at the time we were thinking ofthat primarily as a change to the ALTER OWNER rules, so the need to touchthese two CREATE ref pages got missed.1 parent1a95648 commit7e389f7
2 files changed
+12
-15
lines changedLines changed: 4 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 | 49 |
| |
58 | 50 |
| |
59 | 51 |
| |
| |||
84 | 76 |
| |
85 | 77 |
| |
86 | 78 |
| |
87 |
| - | |
| 79 | + | |
88 | 80 |
| |
89 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
90 | 84 |
| |
91 | 85 |
| |
92 | 86 |
| |
|
Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
| |||
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
| |||
197 | 199 |
| |
198 | 200 |
| |
199 | 201 |
| |
200 |
| - | |
| 202 | + | |
| 203 | + | |
201 | 204 |
| |
202 | 205 |
| |
203 | 206 |
| |
|
0 commit comments
Comments
(0)