Re: still having pg_user error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: still having pg_user error
Date: 2005-01-21 14:16:56
Message-ID: 15484.1106317016@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Joel Fradkin" <jfradkin(at)wazagua(dot)com> writes:
> Is there an action I can take now since it is installed and in theory the
> RPM's are up2date. Sorry I have a few books on postgres Oreily and Sams, but
> it seems a bit deep on install.

Sure, you can use the RPMs you have. You want something like (as root)

service postgresql stop
rm -rf /var/lib/pgsql/data
setenforce 0
service postgresql start

The start script will observe that there's no database directory and
proceed to run initdb for you.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joel Fradkin 2005-01-21 15:51:10 Re: still having pg_user error
Previous Message Joel Fradkin 2005-01-21 13:56:32 Re: still having pg_user error