On 18 Dec 2002 at 10:47, Tom Lane wrote:
> "Jules Alberts" <jules.alberts@arbodienst-limburg.nl> writes:
> > I'm working on a function that will give me the table + column another
> > table + column is referenced to. The function looks like this:
>
> Update to 7.3 and look in pg_constraint, instead...
aaaarrrrghh!
> regards, tom lane
Just kidding :-). Thanks for the tip, I allways prefer using built-in
functionality rather than homemade. Much more portable.
Now on to installing pg 7.3. Too bad there aren't any redhat 7.3 RPMs
yet. Anyway, thanks again.