Re: [HACKERS] psql not showing triggers

2001-10-06 Thread Bruce Momjian
[ 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 */ >

[HACKERS] psql not showing triggers

2001-10-06 Thread Greg Sabino Mullane
-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