Re: One slight revision to README

From: Jason Tishler <jason(at)tishler(dot)net>
To: Seth Rubin <srubin(at)thoughtprocess(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: One slight revision to README
Date: 2003-11-23 22:39:45
Message-ID: 20031123223944.GB1452@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-cygwin

Seth,

On Fri, Nov 21, 2003 at 10:59:31PM -0500, Seth Rubin wrote:
> I followed the README to install postgresql 7.4 on my new laptop (with
> XP Home), and it went very smoothly.

Ding, ding, ding! I think we have winner! :,)

> Thank you so much.

You are very welcome.

> There was only one spot where what I did deviated from the README. I
> don't have a /var/postgresql directory, and mkdir /var/postgresql/data
> won't work if it's not there, so maybe you want to change steps 5 and
> 6 to:
>
> [snip]

I prefer the attached patch instead.

> Or maybe that's overdoing it?

A little, but I really do appreciate the heads up.

FWIW, this section of my README is modeled after the standard PostgreSQL
INSTALL file. Specifically, the following:

Short Version

[snip]
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data ... &
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test

> Just trying to save you from the windiots (the windows people grossly
> unfamiliar with unix) ...

Thanks for the good intentions...

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

Attachment Content-Type Size
README.diff text/plain 263 bytes

In response to

Browse pgsql-announce by date

  From Date Subject
Next Message Robert Treat 2003-11-24 10:14:40 PostgreSQL Weekly News - November 24th 2003
Previous Message Seth Rubin 2003-11-22 03:59:31 One slight revision to README

Browse pgsql-cygwin by date

  From Date Subject
Next Message raj_14_11 2003-11-24 03:38:53 unsubscribe
Previous Message Seth Rubin 2003-11-22 03:59:31 One slight revision to README