postgres on gentoo.

From: Zep <zgreenfelder(at)gmail(dot)com>
To: gwd1122331(at)yahoo(dot)com, pgsql-admin(at)postgresql(dot)org
Subject: postgres on gentoo.
Date: 2005-12-19 02:27:10
Message-ID: 43A61A7E.3070705@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

did you ever get past your problem? I saw a post in a search, but
never really saw the solution. original link I found:

http://archives.postgresql.org/pgsql-admin/2005-07/msg00166.php

I (believe) the correct solution for postgres on gentoo linux is:

mkdir /var/lib/postgresql
chown postgres /var/lib/postgresql
su postgres -c "initdb -D /var/lib/postgresql/data/"
ls /var/lib/postgresql/data/
/etc/init.d/postgresql start
history

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Browne 2005-12-19 02:56:39 Re: How to find data directory
Previous Message Ken Hill 2005-12-19 01:29:21 Re: How to find data directory