Re: Field types - Mailing list pgsql-general

From Pirtea Calin
Subject Re: Field types
Date
Msg-id 001f01c1c47a$b5f76c70$3b55e73e@dizzy
Whole thread Raw
In response to Field types  ("Pirtea Calin" <pcalin@rdsor.ro>)
Responses Re: Field types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
From: "Tom Lane"
> How old a version are you using, on what platform?  It works for me:
>
> regression=# create table foo (f1 int8);
> CREATE
> regression=# insert into foo values (9223372036854775807);
> INSERT 1873745 1
> regression=# select * from foo;
>          f1
> ---------------------
>  9223372036854775807
> (1 row)
>
> regression=#
>
> regards, tom lane

PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC 2.95.3

Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@rdsor.ro


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Field types
Next
From: Tom Lane
Date:
Subject: Re: Field types