Re: Trying to setup Postgres for the 1st time.

From: Steve OBrien <sobrien(at)ego(dot)jefferson(dot)co(dot)us>
To: pgsql-questions(at)postgresql(dot)org
Subject: Re: Trying to setup Postgres for the 1st time.
Date: 1999-09-14 03:50:50
Message-ID: 7rkgmq$pit$1@news-2.csn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I re-read my recent post, and I noticed an error that I
made in my RedHat 6.0 instructions. Please see the
corrected version below. (I said to execute the postgres
command in the init.d directory when I meant to say postgresql)
thus:

RedHat 6.0 does not finish the installation of Postgres. To
get it working after the installation, enter the following
commands as root:

su postgres
/usr/bin/initdb --pgdata=/var/lib/pgsql --pglib=/usr/lib/pgsql
exit
/etc/rc.d/init.d/postgresql start

Sorry if I messed anyone up.
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message amy cheng 1999-09-14 06:35:20 Re: [GENERAL] two phase commit?
Previous Message Keith G. Murphy 1999-09-13 19:09:35 Re: [GENERAL] two phase commit?