Re: [GENERAL] Alternate DB location continued.

2005-02-18 Thread Marco Colombo
On Fri, 18 Feb 2005, Bob Hartung wrote: Hi again all. Here is the situation: Fedora Core 3 with all updates. PostgreSQL 8.0.1 installed - no tables to update. In /etc/profile I have declared: PGDATA=/pg_data PATH=$PATH:$PGDATA

Re: [GENERAL] Alternate DB location continued.

2005-02-18 Thread Tom Lane
Bob Hartung <[EMAIL PROTECTED]> writes: >Here is the situation: > Fedora Core 3 with all updates. > PostgreSQL 8.0.1 installed - no tables to update. > In /etc/profile I have declared: > PGDATA=/pg_data You're being bit by SELinux. Either take it out of enforce

[GENERAL] Alternate DB location continued.

2005-02-18 Thread Bob Hartung
Hi again all. Here is the situation: Fedora Core 3 with all updates. PostgreSQL 8.0.1 installed - no tables to update. In /etc/profile I have declared: PGDATA=/pg_data PATH=$PATH:$PGDATA export PGDATA export P