Re: integer column to serial "type" - Mailing list pgsql-general

From Tom Lane
Subject Re: integer column to serial "type"
Date
Msg-id 28962.1351179591@sss.pgh.pa.us
Whole thread Raw
In response to integer column to serial "type"  (Linos <info@linos.es>)
Responses Re: integer column to serial "type"  (Linos <info@linos.es>)
List pgsql-general
Linos <info@linos.es> writes:
>     there is some way to get and old integer primary key column to show the "type"
> serial at table description?

No, because there is no such type.  "serial" is just a convenient macro
that you can use in CREATE TABLE; it's not a real type.

            regards, tom lane


pgsql-general by date:

Previous
From: Linos
Date:
Subject: integer column to serial "type"
Next
From: Linos
Date:
Subject: Re: integer column to serial "type"