forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0f6d011
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 parentbec6e6c commit0f6d011
2 files changed
+13
-16
lines changedOriginal 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 |
| |
| |||
81 | 73 |
| |
82 | 74 |
| |
83 | 75 |
| |
84 |
| - | |
| 76 | + | |
85 | 77 |
| |
86 | 78 |
| |
87 |
| - | |
| 79 | + | |
88 | 80 |
| |
89 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
90 | 84 |
| |
91 | 85 |
| |
92 | 86 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
| |||
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 |
| |
84 | 86 |
| |
85 | 87 |
| |
| |||
176 | 178 |
| |
177 | 179 |
| |
178 | 180 |
| |
179 |
| - | |
| 181 | + | |
| 182 | + | |
180 | 183 |
| |
181 | 184 |
| |
182 | 185 |
| |
|
0 commit comments
Comments
(0)