forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfc8cf3d
committed
Fix privileges on pg_statistic_ext.tableoid
The GRANT in system_views allowed SELECT privileges on various columns inthe pg_statistic_ext catalog, but tableoid was not included in the list.That made pg_dump fail because it's accessing this column when buildingthe list of extended statistics to dump.Discussion:https://postgr.es/m/8833.1560647898%40sss.pgh.pa.us1 parent7f44efa commitfc8cf3d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
|
0 commit comments
Comments
(0)