psql: add separate \d display for disabled system triggers Previously if you disabled all triggers, only user triggers would show as disabled
Per report from Andres Freund Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/4bad548d981636ceb79492a1b7f607f22f0867de Modified Files -------------- src/bin/psql/describe.c | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
