forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit508bf95
committed
Remove any-user DML capability from allow_system_table_mods
Previously, allow_system_table_mods allowed a non-superuser to do DMLon a system table without further permission checks. This has beenremoved, as it was quite inconsistent with the rest of the meaning ofthis setting. (Since allow_system_table_mods was previously onlyaccessible with a server restart, it is unlikely that anyone was usingthis possibility.)Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/8b00ea5e-28a7-88ba-e848-21528b632354%402ndquadrant.com1 parentd4feade commit508bf95
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3851 | 3851 |
| |
3852 | 3852 |
| |
3853 | 3853 |
| |
3854 |
| - | |
| 3854 | + | |
3855 | 3855 |
| |
3856 | 3856 |
| |
3857 | 3857 |
| |
| |||
3860 | 3860 |
| |
3861 | 3861 |
| |
3862 | 3862 |
| |
3863 |
| - | |
3864 |
| - | |
| 3863 | + | |
3865 | 3864 |
| |
3866 | 3865 |
| |
3867 | 3866 |
| |
|
0 commit comments
Comments
(0)