Обсуждение: 64 bits?

Поиск
Список
Период
Сортировка

64 bits?

От
"nicolas hafner"
Дата:
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

Re: 64 bits?

От
"Dinesh Pandey"
Дата:
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



Re: 64 bits?

От
Peter Eisentraut
Дата:
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/