| From: | Manfred Koizar <mkoi-pg(at)aon(dot)at> |
|---|---|
| To: | Wei Weng <wweng(at)kencast(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Old documentation |
| Date: | 2002-06-06 20:52:52 |
| Message-ID: | 3nivfu0o0vfe51tn4o266bdfhci7pvucuv@4ax.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
,On 06 Jun 2002 16:17:27 -0400, Wei Weng <wweng(at)kencast(dot)com> wrote:
>Specifically, I want to find out if postgresql 7.1.2 supports BIGINT
>datatype.
test=# select version();
version
--------------------------------------------------------------
PostgreSQL 7.1.3 on i686-pc-cygwin, compiled by GCC 2.95.3-5
(1 row)
test=# \dT
List of types
Type | Description
--------------------------+-------------------------------------------------------------------
"SET" | set of tuples
"char" | single character
abstime | absolute, limited-range date and time (Unix system time)
aclitem | access control list
bigint | ~18 digit integer, 8-byte storage
bit | fixed-length bit string
bit varying | variable-length bit string
boolean | boolean, 'true'/'false'
...
I don't think they added bigint between 7.1.2 and 7.1.3.
Servus
Manfred
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephan Szabo | 2002-06-06 22:33:30 | Re: Indexing timestamps |
| Previous Message | Wei Weng | 2002-06-06 20:17:27 | Old documentation |