From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Herb Blacker <herbblacker(at)isgenesis(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Bigint |
Date: | 2002-03-13 21:07:34 |
Message-ID: | 11078.1016053654@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Herb Blacker <herbblacker(at)isgenesis(dot)com> writes:
> I'm running version 7.1.3.
> I've defined a table with a 'bigint' field (as described in the
> Reference manual),
> and the table creation fails with:
> -- psql:createDeviceTable.sql:9: ERROR: Unable to locate type name
> 'bigint' in catalog
You sure you're on 7.1? It works for me:
test71=# create table foo (f1 bigint);
CREATE
test71=# select version();
version
------------------------------------------------------------------
PostgreSQL 7.1.3 on hppa2.0-hp-hpux10.20, compiled by GCC 2.95.3
(1 row)
OTOH 7.0 would give exactly that error message ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Elein | 2002-03-13 21:10:56 | explain vs. explain analyze |
Previous Message | Bruce Momjian | 2002-03-13 20:51:43 | Re: index on large table |