64 bits?

Started by nicolas.hafnerover 20 years ago3 messagesgeneral
Jump to latest
#1nicolas.hafner
nicolas.hafner@laposte.net

Hi,
I just wanted to know if there is a specific version of PostGreSQL for 64
Bits CPU (AMD/Intel) on a platform like Linux or Windows XP 64.
thx

#2Dinesh Pandey
dpandey@secf.com
In reply to: nicolas.hafner (#1)
Re: 64 bits?

You can use Postgres 8.x, it supports 64 bit (if your OS supports 64 bit).

But you have to install it
--------------------------------------------------
./configure --enable-integer-datetimes
make
make install
--------------------------------------------------

Thanks
Dinesh Pandey

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of nicolas hafner
Sent: Wednesday, September 07, 2005 4:51 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] 64 bits?

Hi,
I just wanted to know if there is a specific version of PostGreSQL for 64
Bits CPU (AMD/Intel) on a platform like Linux or Windows XP 64.
thx

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Dinesh Pandey (#2)
Re: 64 bits?

Dinesh Pandey wrote:

You can use Postgres 8.x, it supports 64 bit (if your OS supports 64
bit).

But you have to install it
--------------------------------------------------
./configure --enable-integer-datetimes
make
make install
--------------------------------------------------

What makes you think that?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/