Re: How to easily spot Foreign keys - Mailing list pgsql-novice

From Stephan Szabo
Subject Re: How to easily spot Foreign keys
Date
Msg-id 20030813083845.N49458-100000@megazone.bigpanda.com
Whole thread Raw
In response to How to easily spot Foreign keys  (Harry Broomhall <harry.broomhall@uk.easynet.net>)
Responses Re: How to easily spot Foreign keys
List pgsql-novice
On Wed, 13 Aug 2003, Harry Broomhall wrote:

>     I am currently doing a bit of 'reverse engineering' and documenting
> a set of tables.
>
>     Using pgsql and the \d command produces info about most things, but
> doesn't *obviously* produce foreign key or references info.

I believe 7.3's \d should provide foreign key info (for constraints made
in 7.3 or for which you've run adddepend from contrib if you've upgraded
from 7.2).


pgsql-novice by date:

Previous
From: Harry Broomhall
Date:
Subject: How to easily spot Foreign keys
Next
From: Harry Broomhall
Date:
Subject: Re: How to easily spot Foreign keys