Re: How to easily spot Foreign keys

From: Nabil Sayegh <postgresql(at)e-trolley(dot)de>
To: Jason Hihn <jhihn(at)paytimepayroll(dot)com>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How to easily spot Foreign keys
Date: 2003-08-13 16:06:27
Message-ID: 1060790787.1593.21.camel@billy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Am Mit, 2003-08-13 um 18.04 schrieb Jason Hihn:
> I am under the impression (false or not?) that all version 7.x pg dumps are
> compatible? So 7.2->7.3 (or 7.4) would not be a problem?

I guess, he wants to convert the triggers to real 7.3 triggers.
So he has to check out all existing triggers, drop them and recreate
them.

Unfortunately it's not trivial to do this automatically.

bye
--
e-Trolley Sayegh & John, Nabil Sayegh
Tel.: 0700 etrolley /// 0700 38765539
Fax.: +49 69 8299381-8
PGP : http://www.e-trolley.de

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Stephan Szabo 2003-08-13 16:11:37 Re: How to easily spot Foreign keys
Previous Message Jason Hihn 2003-08-13 16:04:39 Re: How to easily spot Foreign keys