Some questions about oid's and sequences.

From: Erik Norvelle <root(at)linux(dot)norvelle(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Some questions about oid's and sequences.
Date: 1998-09-02 04:41:12
Message-ID: 35ECCC67.E6750196@uswest.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Howdy:

I am coming from the Windows world, and Microsoft SQL variants in
particular. Both Access and SQL Server have autoincrement data types --
I understand that Postgresql has "sequences" which do the same thing,
but I can't find any documentation on them. I have browsed all the
online documentation that comes with Postgresql, and can't find anything
about it. Could someone point me to some docs that would explain how to
use sequences?

I have a similar question about oid's. I am not sure what they are --
from their name, I would guess that they are autoassigned, unique
identifiers for each row in a table. Is that correct? If so (or even
if not), how do I create and use them. Any documentation that addresses
oid usage specifically? I am confused because oid's seem to be to
substitute for the BLOB data type which is available in other RDBMS's.

If you post a reply to this, could you also cc: to
enorvelle1(at)uswest(dot)net(dot) TKA for your assistance.

-Erik Norvelle

Attachment Content-Type Size
usinet.compmag.vcf text/x-vcard 234 bytes

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kenneth Sim 1998-09-02 05:04:16
Previous Message R.Stevens 1998-09-01 22:05:26 C++ / pgsql Interface