Re: Field types

From: "Pirtea Calin" <pcalin(at)rdsor(dot)ro>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Field types
Date: 2002-03-05 19:19:19
Message-ID: 001f01c1c47a$b5f76c70$3b55e73e@dizzy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rdsor(dot)ro

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-03-05 19:21:35 Re: Field types
Previous Message Tom Lane 2002-03-05 19:00:55 Re: Field types