Commit 72dd233
committed
pg_event_trigger_dropped_objects: Add name/args output columns
These columns can be passed to pg_get_object_address() and used to
reconstruct the dropped objects identities in a remote server containing
similar objects, so that the drop can be replicated.
Reviewed by Stephen Frost, Heikki Linnakangas, Abhijit Menon-Sen, Andres
Freund.1 parent a676201 commit 72dd233
File tree
5 files changed
+60
-20
lines changed- doc/src/sgml
- src
- backend/commands
- include/catalog
- test/regress
- expected
- sql
5 files changed
+60
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17835 | 17835 | | |
17836 | 17836 | | |
17837 | 17837 | | |
| 17838 | + | |
| 17839 | + | |
| 17840 | + | |
| 17841 | + | |
| 17842 | + | |
| 17843 | + | |
| 17844 | + | |
| 17845 | + | |
| 17846 | + | |
| 17847 | + | |
| 17848 | + | |
| 17849 | + | |
| 17850 | + | |
| 17851 | + | |
| 17852 | + | |
| 17853 | + | |
| 17854 | + | |
| 17855 | + | |
17838 | 17856 | | |
17839 | 17857 | | |
17840 | 17858 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
1324 | 1326 | | |
1325 | 1327 | | |
1326 | 1328 | | |
1327 | | - | |
1328 | | - | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
1329 | 1332 | | |
1330 | | - | |
| 1333 | + | |
1331 | 1334 | | |
1332 | 1335 | | |
1333 | 1336 | | |
| |||
1390 | 1393 | | |
1391 | 1394 | | |
1392 | 1395 | | |
1393 | | - | |
1394 | | - | |
| 1396 | + | |
| 1397 | + | |
1395 | 1398 | | |
1396 | 1399 | | |
1397 | 1400 | | |
| |||
1434 | 1437 | | |
1435 | 1438 | | |
1436 | 1439 | | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
1437 | 1456 | | |
1438 | 1457 | | |
1439 | 1458 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5081 | 5081 | | |
5082 | 5082 | | |
5083 | 5083 | | |
5084 | | - | |
| 5084 | + | |
| 5085 | + | |
5085 | 5086 | | |
5086 | 5087 | | |
5087 | 5088 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
319 | | - | |
320 | | - | |
| 320 | + | |
| 321 | + | |
321 | 322 | | |
322 | | - | |
| 323 | + | |
323 | 324 | | |
324 | | - | |
| 325 | + | |
325 | 326 | | |
326 | | - | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
0 commit comments