Re: DOes PostgreSQL support UInt64?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Meenatchi Anbuchelvan <maatchi(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: DOes PostgreSQL support UInt64?
Date: 2001-10-30 18:06:55
Message-ID: 29355.1004465215@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Meenatchi Anbuchelvan <maatchi(at)yahoo(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2001-10-30 18:49:30 Incremental Backups...
Previous Message Stephan Szabo 2001-10-30 17:55:01 Re: DOes PostgreSQL support UInt64?