"Rick Roman" <rick(at)cotse(dot)net> writes:
> I am running PostgreSQL 7.4.7 on Fedora Core 3. I get a lot of
> warnings from pgAdmin III:
> relation "pg_user" does not exist
You've probably been bit by the problems with SELinux disabling parts of
the initdb script. You'll need to re-initdb after installing the latest
RPMs (postgresql 7.4.7-3.FC3.1, not sure which selinux-policy-targeted
is current). Alternatively, you can shut off SELinux enforcement while
running the older initdb.
regards, tom lane