[ There is text before PGP section. ]
>
-- Start of PGP signed section.
> While playing around with trying to add foreign keys to the
> \d table display in psql, I noticed that tableinfo.triggers
> is not used once it is set. I think it is meant to go here:
>
> /* count triggers */
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
While playing around with trying to add foreign keys to the
\d table display in psql, I noticed that tableinfo.triggers
is not used once it is set. I think it is meant to go here:
/* count triggers */
if (!error && tableinfo.hasrules)
as