Re: [GENERAL] 64 bits?

2005-09-07 Thread 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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly



---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


Re: [GENERAL] 64 bits?

2005-09-07 Thread 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/

---(end of broadcast)---
TIP 6: explain analyze is your friend