Re: Who puts the Windows binaries on the FTP server?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <justin(at)postgresql(dot)org>
Cc: <dpage(at)vale-housing(dot)co(dot)uk>, <pgman(at)candle(dot)pha(dot)pa(dot)us>, <greg(at)turnstep(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Who puts the Windows binaries on the FTP server?
Date: 2003-03-09 10:15:16
Message-ID: 50090.80.177.99.193.1047204916.squirrel@ssl.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It's rumoured that Justin Clift once said:

> There's more to making PostgreSQL work on Windows than just the "pure
> packaging" issues. We still have to figure out how we're going to
> handle stuff like needed grep, sed, etc just for PostgreSQL to run
> (they're required by initdb).

I thought the idea was initdb would be rewritten in C. We cannot include
grep/sed etc as they're GPL...
> We're also going to need to have a good idea of what other nice
> features could/should be packaged along with it. i.e.:
>
> + a GUI to control some things (installation/deinstallation of the
> PostgreSQL Service, perhaps vacuuming, etc).

Hang on, I heard of a good one the other day... :-)

> + Shortcuts in the Program menu to things (PostgreSQL website(s),
> online documentation, etc)

Those are just decisions to make aren't they? They don't require a Cygwin
proof of concept.
> + Which parts of the installation should be mandatory, and which
> should
> be optional. i.e. Base server files should be mandatory, HTML docs
> should be optional, perhaps include the ODBC driver as optional too.

Likewise, these are decisions to make and then suitable programming of the
installer. Making bits optional should be trivial in any good installer.
Don't get me wrong, I think it's great that someone has finally built a
good Cygwin based package - I just don't think it answers many of the
issues that we will likely encounter.
Regards, Dave.

PS. Is the source on the ftpsite - if not you'll have Jason after you
before long :-)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2003-03-09 10:19:58 Re: website charset
Previous Message Justin Clift 2003-03-09 09:57:15 Re: Who puts the Windows binaries on the FTP server?