On Jan 31, 2008 5:38 PM, Raymond O'Donnell <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm currently updating an old database that started life in PG 7.3, and > it has a bunch of triggers for foreign key constraints, named > "RI_ConstraintTrigger_XXXXX" and the like. > > While replacing these with "proper" foreign keys, I noticed that they > don't show up in PgAdmin under the table's "Triggers" node. They do, > however, appear in PHPPgAdmin and in psql. > > I'm using PgAdmin 1.8.0. Am I missing something? Or should I just > upgrade to 1.8.1?
HI Ray, iirc, in 7.4 and some of the other 8.x versions there was a contrib module call adddepends which was basically a perl script which added the required dependency information to turn the old style foreign keys into new style. I think it's now worked it's way onto pgFoundry. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate