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