- Notifications
You must be signed in to change notification settings - Fork5
Commitee22c55
committed
REASSIGN OWNED: handle shared objects, too
Give away ownership of shared objects (databases, tablespaces) alongwith local objects, per original code intention. Try to make thedocumentation clearer, too.Per discussion about DROP OWNED's brokenness, in bug #7748.This is not backpatched because it'd require some refactoring of theALTER/SET OWNER code for databases and tablespaces.1 parentec41b8e commitee22c55
File tree
2 files changed
+13
-12
lines changed- doc/src/sgml/ref
- src/backend/catalog
2 files changed
+13
-12
lines changedLines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
71 |
| - | |
| 72 | + | |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| |||
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 | 96 |
| |
102 | 97 |
| |
103 | 98 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1325 | 1325 |
| |
1326 | 1326 |
| |
1327 | 1327 |
| |
1328 |
| - | |
1329 |
| - | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
1330 | 1334 |
| |
1331 | 1335 |
| |
1332 | 1336 |
| |
| |||
1388 | 1392 |
| |
1389 | 1393 |
| |
1390 | 1394 |
| |
| 1395 | + | |
| 1396 | + | |
1391 | 1397 |
| |
1392 | 1398 |
| |
1393 | 1399 |
| |
|
0 commit comments
Comments
(0)