Meenatchi Anbuchelvan <maatchi@yahoo.com> writes:
> Does anyone know if Postgres supports UInt64.
It does not.
> create table table1(name varchar(20), num bigint), i
> get an error message which says
> "ERROR: Unable to locate type name 'bigint' in
> catalog".
How old is your Postgres? That works fine in recent releases.
regards, tom lane