DOes PostgreSQL support UInt64?

From: Meenatchi Anbuchelvan <maatchi(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: DOes PostgreSQL support UInt64?
Date: 2001-10-30 17:08:22
Message-ID: 20011030170822.9687.qmail@web10508.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi
Does anyone know if Postgres supports UInt64. The
document says postgres supports bigint(which
corresponds to Int64), but I am not sure if it
supports Unsigned int 64. Also when i tried doing a
create table table1(name varchar(20), num bigint), i
get an error message which says
"ERROR: Unable to locate type name 'bigint' in
catalog".
And the postgres doc says "The bigint type may not be
available on all platforms since it relies on compiler
support for eight-byte integers"
Could someone please explain.
Also i would like to know where to look for a mapping
between SQL_Binary and a corresponding data type in
postgres.
COuld someone help!
thanks
Meenatchi

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Janning Vygen 2001-10-30 17:12:33 serial with int8 ??
Previous Message Mitch Vincent 2001-10-30 16:48:33 Re: Database corruption?