Am Fr, den 29.04.2005 schrieb Alexander Dalloz um 2:37:
# pg_dump -U postgres database > database.out pg_dump: SQL command failed pg_dump: Error message from server: ERROR: relation "pg_user" does not exist
Andy
Above error is a result of a bug SELinux <--> PostgreSQL. There is a bugzilla and in it's comments a way how to initialize PostgreSQL correctly. I had the same issue with a fresh new CentOS 4 install.
Alexander
To complete my reply: the bugzilla ticket and the comment which I followed to successfully initiate the PostgreSQL server:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152591#c1
Alexander