From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | Detlef Jockheck <detlef(at)jockheck(dot)de> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: automatic creation of oid |
Date: | 2003-02-28 23:45:17 |
Message-ID: | 1046475917.1700.15.camel@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, 2003-02-28 at 20:10, Detlef Jockheck wrote:
> Hi,
>
> I'm new to postgresql. How can automatically create unique object identifyer
> during insertion of new data. I 've seen that a can use a sequence, but I
> think there must be another way?
Why must there? Using a sequence is the correct way to do it. To
automate the process, declare a column of SERIAL type. (SERIAL is
shorthand for creating a sequence and attaching it to the column's
default.)
--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"These things have I written unto you that believe on
the name of the Son of God; that ye may know that ye
have eternal life, and that ye may believe on the name
of the Son of God." I John 5:13
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Barwick | 2003-03-01 00:18:03 | Re: Listing schemas |
Previous Message | Francisco Reyes | 2003-02-28 23:14:56 | Listing schemas |