Identification of serial fields

From: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
To: Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: Identification of serial fields
Date: 2003-08-02 21:19:31
Message-ID: 3F2C2AE3.8060008@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello:

I continue to be working in my .NET Data provider for postgres 7.4, i
want to know if there are a simple way for identify autoincrement
fields, i see that for serial and big serial fields the default value is
'nextval(...)' this can be a way for know it but i want to know if there
are a better way :)

Thanks in advance.

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-08-02 21:24:56 logging dbname
Previous Message Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= 2003-08-02 20:52:15 Re: AUTO_INCREMENT patch