On 11/7/06, Brendan Jurd <direvus@gmail.com> wrote:
> As discussed briefly on pgsql-hackers, the current psql \d command
> does not make any distinction between enabled and disabled triggers.
>
> The attached patch modifies psql's describeOneTableDetails() such that
> triggers and disabled triggers are displayed as two separate footer
> lists, for example:
>
Minor fix to the previous patch; result7 was not being cleared at the
end of the block.