- Notifications
You must be signed in to change notification settings - Fork5
Commit97c4ee9
committed
Include the target table in EXPLAIN output for ModifyTable nodes.
Per discussion, this seems important for plans involving writable CTEs,since there can now be more than one ModifyTable node in the plan.To retain the same formatting as for target tables of scan nodes, weshow only one target table, which will be the parent table in case ofan UPDATE or DELETE on an inheritance tree. Individual child tablescan be determined by inspecting the child plan trees if needed.1 parent59d6a75 commit97c4ee9
1 file changed
+34
-3
lines changedLines changed: 34 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| 87 | + | |
| 88 | + | |
87 | 89 |
| |
88 | 90 |
| |
89 | 91 |
| |
| |||
851 | 853 |
| |
852 | 854 |
| |
853 | 855 |
| |
| 856 | + | |
| 857 | + | |
| 858 | + | |
854 | 859 |
| |
855 | 860 |
| |
856 | 861 |
| |
| |||
1553 | 1558 |
| |
1554 | 1559 |
| |
1555 | 1560 |
| |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
1556 | 1588 |
| |
1557 | 1589 |
| |
1558 | 1590 |
| |
1559 | 1591 |
| |
1560 | 1592 |
| |
1561 | 1593 |
| |
1562 |
| - | |
1563 |
| - | |
1564 |
| - | |
| 1594 | + | |
1565 | 1595 |
| |
1566 | 1596 |
| |
1567 | 1597 |
| |
| |||
1570 | 1600 |
| |
1571 | 1601 |
| |
1572 | 1602 |
| |
| 1603 | + | |
1573 | 1604 |
| |
1574 | 1605 |
| |
1575 | 1606 |
| |
|
0 commit comments
Comments
(0)