Re: PostgreSQL without cygwin. - Mailing list pgsql-cygwin

From Justin Clift
Subject Re: PostgreSQL without cygwin.
Date
Msg-id 3E4D7B33.9060508@postgresql.org
Whole thread Raw
In response to PostgreSQL without cygwin.  (Ben Clewett <B.Clewett@roadrunner.uk.com>)
List pgsql-cygwin
Ben Clewett wrote:
> Stand alone PostgrSQL.
>
> How hard would it be to make PostgreSQL stand-alone without cgywin?  And
> if not, if there a sort of minumim configuration of .dll's which could
> be used to build, say, an InstallShield which got the product up and
> running?

Well, PostgreSQL 7.4 is going to natively support Windows, so we won't
need cygwin there.  Something of interest that turned up when doing the
initial "Proof of Concept" PostgreSQL+Cygwin installer the other day was
that PostgreSQL relies on a lot of unix tools just to do basic things.

For example, to initialise the database with 'initdb' PostgreSQL
requires (from memory) grep, sed, and one other (can't remember the name
of it).

When we're no longer using cygwin, we're definitely going to need to
figure out how to either replace these tools, or use non-cygwin versions
of them.


> As well, if anybody knows, how the development of the stand-alone NT
> version of PostgreSQL is progressing?

Do you mean the "Proof of Concept" installer from the other day?  At
present I'm finishing up a holiday, so haven't had a chance to work on
it further.

Regards and best wishes,

Justin Clift


> Thanks
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html


--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
    - Indira Gandhi


pgsql-cygwin by date:

Previous
From: "Todd F. Peterson"
Date:
Subject: Re: PostgreSQL without cygwin.
Next
From: Justin Clift
Date:
Subject: Re: PostgreSQL training