forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit16f42be
committed
Don't allow CREATE TABLE AS to put relations in pg_global.
This was never intended to be allowed, and is blocked for an ordinaryCREATE TABLE, but CREATE TABLE AS slipped through the cracks. Thiscommit won't do anything to fix existing cases where this has loopholehas been exploited, but it still seems prudent to lock it down goingforward.Back-branch commit only, as this problem has been refactored awayon the master branch.Andres Freund1 parent04e9dc6 commit16f42be
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
2452 | 2453 |
| |
2453 | 2454 |
| |
2454 | 2455 |
| |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
2455 | 2462 |
| |
2456 | 2463 |
| |
2457 | 2464 |
| |
|
0 commit comments
Comments
(0)