Re: Use of reference table ('look-up-table') and FK constraint - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Use of reference table ('look-up-table') and FK constraint
Date
Msg-id 20021017083401.Y9470-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: Use of reference table ('look-up-table') and FK constraint  (Charles Hauser <chauser@duke.edu>)
List pgsql-sql
On 17 Oct 2002, Charles Hauser wrote:

> Josh & Stephan,
>
> This helps a lot - thanks!
>
> Any idea what datatype 'Identifier_type IDENTITY' specifies?  I don't
> see this in the postgres documentation.  I'll see what I can find in
> sybase lingo.

As a rough guess, I'd say probably a serial column,
"phone_id serial primary key" is likely.



pgsql-sql by date:

Previous
From: Charles Hauser
Date:
Subject: object oriented vs relational DB
Next
From: "Josh Berkus"
Date:
Subject: Re: object oriented vs relational DB