"john cecilio" <j.diegor@gmail.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