sequences and pg_type - Mailing list pgsql-hackers

From pw
Subject sequences and pg_type
Date
Msg-id 1062888980.3056.61.camel@downstairs
Whole thread Raw
Responses Re: sequences and pg_type  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: elein
Date:
Subject: Re: plpython
Next
From: Tom Lane
Date:
Subject: Re: sequences and pg_type