DOes PostgreSQL support UInt64? - Mailing list pgsql-general

From Meenatchi Anbuchelvan
Subject DOes PostgreSQL support UInt64?
Date
Msg-id 20011030170822.9687.qmail@web10508.mail.yahoo.com
Whole thread Raw
Responses Re: DOes PostgreSQL support UInt64?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: DOes PostgreSQL support UInt64?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List 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

pgsql-general by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: Database corruption?
Next
From: Jon Lapham
Date:
Subject: Re: Database corruption?