PostgreSQL on Windows x64

Started by Goboxeover 17 years ago4 messagesgeneral
Jump to latest
#1Goboxe
hadzramin.ar@gmail.com

Hi,

Does PostgreSQL can run on Windows x64?
If yes, which version?

Thanks,
G

#2Dave Page
dpage@pgadmin.org
In reply to: Goboxe (#1)
Re: PostgreSQL on Windows x64

On Mon, Aug 18, 2008 at 7:48 AM, Goboxe <hadzramin.ar@gmail.com> wrote:

Hi,

Does PostgreSQL can run on Windows x64?
If yes, which version?

All versions (though you should start with 8.3.3):
http://wiki.postgresql.org/wiki/Running_%26_Installing_PostgreSQL_On_Native_Windows#Is_there_a_64-bit_build_of_PostgreSQL_for_Windows.3F

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

#3Goboxe
hadzramin.ar@gmail.com
In reply to: Goboxe (#1)
Re: PostgreSQL on Windows x64

Dave,

Thanks for the link.

Our app now running using EnterpriseDB 8.2 on x86.
Plan to test them on x64 server once we got it.

Do you know if jdbc, npgsql, PostgreSQL ANSI odbc drivers bundled in
EnterpriseDB can run without any issues on x64?

Thanks,
Amin

Show quoted text

On Aug 19, 3:50 pm, dp...@pgadmin.org ("Dave Page") wrote:

On Mon, Aug 18, 2008 at 7:48 AM, Goboxe <hadzramin...@gmail.com> wrote:

Hi,

Does PostgreSQL can run on Windows x64?
If yes, which version?

All versions (though you should start with 8.3.3):http://wiki.postgresql.org/wiki/Running_%26_Installing_PostgreSQL_On_...

--
Dave Page
EnterpriseDB UK:http://www.enterprisedb.com

--
Sent via pgsql-general mailing list (pgsql-gene...@postgresql.org)
To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general

#4Dave Page
dpage@pgadmin.org
In reply to: Goboxe (#3)
Re: PostgreSQL on Windows x64

On 8/19/08, Goboxe <hadzramin.ar@gmail.com> wrote:

Dave,

Thanks for the link.

np.

Our app now running using EnterpriseDB 8.2 on x86.
Plan to test them on x64 server once we got it.

Do you know if jdbc, npgsql, PostgreSQL ANSI odbc drivers bundled in
EnterpriseDB can run without any issues on x64?

The jdbc drivers and npgsql should be fine. The release version of the
odbc drivers are 32 bit and thus will only work with 32 bit
applications (though, you can run them on a 64 bit OS). There is an
experimental 64bit version of the driver here:
http://www.geocities.jp/inocchichichi/psqlodbc/

But... are all your clients 64 bit as well? If it's just the server,
then just run the 32bit drivers on the 32bit clients - the server will
talk to either.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com