From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "john cecilio" <j(dot)diegor(at)gmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1764: newbie |
Date: | 2005-07-13 14:37:46 |
Message-ID: | 806.1121265466@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"john cecilio" <j(dot)diegor(at)gmail(dot)com> writes:
> Operating system: CentOS 4.0 (updated to 4.1)
> Im getting error in pg_user,
> "ERROR: Relation 'pg_user' does not exist"
> What should I do with this?
Turn off SELinux enforcement, then shut down the postmaster and remove
everything under /var/lib/pgsql/data/, then restart the postmaster.
Apparently CentOS is still shipping the versions of postgresql and
selinux-policy-targeted that did not play nicely together. Personally
I'd recommend Fedora ;-)
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-07-13 14:43:41 | Re: BUG #1756: PQexec eats huge amounts of memory |
Previous Message | Stephan Szabo | 2005-07-13 14:04:41 | Re: BUG #1765: Referential Integrity Problem |