Re: 8.1.4 compile problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: km(at)mrna(dot)tn(dot)nic(dot)in
Cc: Thomas Pundt <thomas(dot)pundt(at)rp-online(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: 8.1.4 compile problem
Date: 2006-09-29 14:58:01
Message-ID: 16131.1159541881@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

km <km(at)mrna(dot)tn(dot)nic(dot)in> writes:
> i have compiled postgres 8.1.4 even if configure didnt detect
> int8,uint8,int64 and uint64. i have tried to create a test table with
> datattype as int64 , but it says no such datatype, same is with uint8
> an uint64 datatypes.

At the SQL level, these datatypes are named after byte sizes not bit
sizes, ie, int2, int4, int8. Or you might prefer smallint, int, bigint.
There are no unsigned types.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul B. Anderson 2006-09-29 15:00:13 Re: Stored procedure array limits
Previous Message km 2006-09-29 14:55:36 Re: 8.1.4 compile problem