Re: pg_get_constraintdef - Mailing list pgsql-hackers

From Kris Jurka
Subject Re: pg_get_constraintdef
Date
Msg-id Pine.LNX.4.33.0301131257570.7686-100000@leary.csoft.net
Whole thread Raw
In response to Re: pg_get_constraintdef  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List 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




pgsql-hackers by date:

Previous
From: greg@turnstep.com
Date:
Subject: Re: PostgreSQL site, put up or shut up?
Next
From: Robert Treat
Date:
Subject: Re: \d type queries - why not views in system catalog?!?