Re: Alternative to serial primary key

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Alternative to serial primary key
Date: 2006-07-06 12:50:35
Message-ID: 20060706125035.GD26210@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Jul 06, 2006 at 01:28:58PM +0200, Markus Schaber wrote:
>
> Yes, risking collisions. It will work for some time, and then create a
> maintainance nightmare for his successors. :-)

Well, that plus you can't actually point a foreign key contraint at
anything that isn't a unique contraint.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
"The year's penultimate month" is not in truth a good way of saying
November.
--H.W. Fowler

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2006-07-06 12:51:41 Re: Alternative to serial primary key
Previous Message Chris Browne 2006-07-06 12:28:44 Re: Alternative to serial primary key