Re: pg_get_constraintdef

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_get_constraintdef
Date: 2003-01-13 18:01:49
Message-ID: Pine.LNX.4.33.0301131257570.7686-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Mon, Jan 13, 2003 at 11:59:33AM +0800, Christopher Kings-Lynne wrote:
> >
> > I will, but unfortunately the damage has already been done...since I
have to
> > support 7.3 anyway, fixing the above problem will actually make my life
> > harder, not easier...

Another issue to consider is that when a dump from 7.2 is loaded into 7.3
no foreign keys are listed in pg_constraint, so some backwards
compatibility will be required because even if the 7.3 server supports
this functionality it does not mean it is being used.

Kris Jurka

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-01-13 19:02:35 Re: targetlist functions part 1 (was [HACKERS] targetlist
Previous Message Rod Taylor 2003-01-13 16:44:41 Re: \d type queries - why not views in system catalog?!?