List disabled triggers separately in psql's "\d <table>" output.
authorNeil Conway <neilc@samurai.com>
Sat, 20 Jan 2007 21:17:30 +0000 (21:17 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 20 Jan 2007 21:17:30 +0000 (21:17 +0000)
commit479ee09059ac977e8093ede8b92d7e1a646f15b4
tree4a7109dd84b5c39ad83a9536c1a21bd91e618731
parentf41803bb39bc2949db200116a609fd242d0ec221
List disabled triggers separately in psql's "\d <table>" output.
Previously, disabled triggers were not displayed any differently than
enabled ones, which was quite misleading. Patch from Brendan Jurd.
src/bin/psql/describe.c