Thread: PostgreSQL for Windows

PostgreSQL for Windows

From
Roman Smirnov
Date:
Hi all!

My client wanna work with my DB under windows.
What is the best way to do this?

Maybe PG exists in windows implementation too?

Best regards,
Roman.


Re: PostgreSQL for Windows

From
GH
Date:
On Mon, Jul 09, 2001 at 04:45:02PM +0200, some SMTP stream spewed forth:
> Hi all!
>
> My client wanna work with my DB under windows.
> What is the best way to do this?
>
> Maybe PG exists in windows implementation too?

It is not complicated to run PostgreSQL on Windows.
I have absolutely no experience with this
The documentation covers this to some extent, IIRC.

gh

> Best regards,
> Roman.
--
> What, no one sings along with Ricky Martin anymore?
My kid sister does (but then, she prefers pico to vi ...)
    -- Suresh Ramasubramanian, alt.sysadmin.recovery

Re: PostgreSQL for Windows

From
A_Schnabel@t-online.de (Andre Schnabel)
Date:
Hi!

PostgreSQL runs with Windows (NT and 2000). Clientapplications should run
under Win9x / ME too (I never tried that).
Best way to get a running PostgreSQL-Server is installing cygwin
(http://www.cygwin.com/) an than carefully reading the NT-install-docs
(http://www.freebsd.org/~kevlo/postgres/portNT.html or
http://www.sevainc.com/PostgreSQL_running_on_NT.html).

If you want to run e real Server on Windows, you have to startup and
shutdown the postmaster automatically at system startup and -shutdown. ...
Startup should be easy ... but I had no idea, how do do the automatic
shutdown.

The other way ist to use an *NIX or linux - system as server and connect via
odbc (or DBI or any other client interface).
So the question is .. what exactly is your client?

kind regards,
Andre

----- Original Message -----
From: Roman Smirnov
To: pgsql-general@postgresql.org
Sent: Monday, July 09, 2001 4:45 PM
Subject: [GENERAL] PostgreSQL for Windows


Hi all!

My client wanna work with my DB under windows.
What is the best way to do this?

Maybe PG exists in windows implementation too?

Best regards,
Roman.


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)