forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf3839ea
committed
Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.
Per discussion, this restriction isn't needed for any real security reason,and it seems to confuse people more often than it helps them. It couldalso result in some database states being unrestorable. So just drop it.Back-patch to 9.0, where ALTER DEFAULT PRIVILEGES was introduced.1 parent007556b commitf3839ea
File tree
2 files changed
+14
-15
lines changed- doc/src/sgml/ref
- src/backend/catalog
2 files changed
+14
-15
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
125 |
| - | |
| 124 | + | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
Lines changed: 12 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1039 | 1039 |
| |
1040 | 1040 |
| |
1041 | 1041 |
| |
1042 |
| - | |
| 1042 | + | |
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 | 1045 |
| |
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 |
| - | |
1049 | 1048 |
| |
1050 |
| - | |
1051 |
| - | |
1052 |
| - | |
1053 |
| - | |
1054 |
| - | |
1055 |
| - | |
1056 | 1049 |
| |
1057 | 1050 |
| |
1058 |
| - | |
1059 |
| - | |
1060 |
| - | |
1061 |
| - | |
1062 |
| - | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
1063 | 1062 |
| |
1064 | 1063 |
| |
1065 | 1064 |
| |
|
0 commit comments
Comments
(0)