sequences and pg_type

From: pw <p(dot)willis(at)telus(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: sequences and pg_type
Date: 2003-09-06 22:56:19
Message-ID: 1062888980.3056.61.camel@downstairs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello,

I have a table with a serial type in it as a record id.
The type of this object comes back as int4 when I query via
pg_type.

How can I distinguish this counter type from just a plain int4?

Peter

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-07 01:13:27 Re: Needed function IF(expr, expr, expr)
Previous Message Greg Stark 2003-09-06 19:18:03 Re: Needed function IF(expr, expr, expr)