"john cecilio" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match