forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbc87f22
committed
psql: show cloned triggers in partitions
In a partition, row triggers that had been cloned from their parentpartitioned table would not be listed at all in psql's \d, which couldsurprise users, per insistent complaint from Ashutosh Bapat (though hisaim was elsewhere). The simplest possible fix, suggested by PeterEisentraut, seems to be to list triggers marked as internal if they havea row in pg_depend that points to some other trigger.Author: Álvaro HerreraDiscussion:https://postgr.es/m/20180618165910.p26vhk7dpq65ix54@alvherre.pgsql1 parent4137207 commitbc87f22
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2713 | 2713 |
| |
2714 | 2714 |
| |
2715 | 2715 |
| |
2716 |
| - | |
| 2716 | + | |
| 2717 | + | |
| 2718 | + | |
| 2719 | + | |
| 2720 | + | |
2717 | 2721 |
| |
2718 | 2722 |
| |
2719 | 2723 |
| |
|
0 commit comments
Comments
(0)