Re: questions about install postgresql on Window

From: Frank Seesink <frank(at)mail(dot)wvnet(dot)edu>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: questions about install postgresql on Window
Date: 2004-07-17 18:17:38
Message-ID: cdbqgh$564$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hey Mike,

It might be useful to clarify this for new users. It seems an awful
lot of people are getting started with PostgreSQL using some webpage or
site that doesn't match the version they're playing with, leading to the
inevitable "it doesn't work" post.

_____

Chuanrong (and anyone else just starting with PostgreSQL under Cygwin),

The basic steps one should take when wanting to run PostgreSQL under
Cygwin on Windows is as follows now:

1. Visit www.cygwin.com, download setup.exe, run, and do usual
Cygwin install, being sure to include PostgreSQL package of
course. :-)
2. Read the documentation found at the following location:

INSIDE CYGWIN ENVIRONMENT (e.g., using BASH):
/usr/share/doc/Cygwin/postgresql-x.x.x.README

FROM WINDOWS (e.g., using NotePad, etc.):
{cygroot}\usr\share\doc\Cygwin\postgresql-x.x.x.README
e.g.,
C:\cygwin\usr\share\doc\Cygwin\postgresql-x.x.x.README

where x.x.x represents version of PostgreSQL installed;
e.g., postgresql-7.4.3.README for PostgreSQL v7.4.3

Also note that there is no escaping the Unix nature of Cygwin, so if
you're not familiar with using any form of Unix (Linux, FreeBSD,
Solaris, etc.), you will likely need to learn (get a book, take a class,
whatever).

mike g wrote:
> The document or webpage you are using is out of date. See the Readme
> included with the installation. Cygserver is used instead of
> ipc-daemon2 now.

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message mike g 2004-07-18 04:13:00 Re: PostgreSQL Problem on Windows XP
Previous Message Peter Eisentraut 2004-07-17 08:56:43 Re: PostgreSQL Problem on Windows XP