GenGUID (AutoNumber) in postgres

From: "Premil Agarwal" <preagarw(at)gmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: GenGUID (AutoNumber) in postgres
Date: 2008-06-13 17:48:45
Message-ID: 92aa956e0806131048g6c70ecf1xb558c29af7c523ce@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I have a database that was migrated from Access. I am having trouble porting
"AutoNumber" datatype. The column that is of type "AutoNumber" is suppose to
Unique ID (PK) for that table. Internally it uses GenGUID API in access to
generate the unique ID.

Any ideas on how to port this functionality to Postgres.

Thanks

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sean Davis 2008-06-13 17:53:33 Re: GenGUID (AutoNumber) in postgres
Previous Message Alvaro Herrera 2008-06-11 11:47:04 Re: pqlib large object error