[BUGS] relation "pg_user" does not exist

2005-03-02 Thread Rick Roman
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 but it doesn't seem to prevent me from doing most operations. More seriously, I cannot execute a backup. I get the following message: **

Re: [BUGS] relation "pg_user" does not exist

2005-03-02 Thread Rick Roman
> "Rick Roman" <[EMAIL PROTECTED]> 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

[BUGS] sequences and rollback

2005-03-31 Thread Rick Roman
Do I understand correctly that you cannot roll back sequences? JDBC example: connect(); db.setAutoCommit(false); Statement stmt=db.createStatement(); stmt.executeQuery("select nextval('test_seq')"); ... other table updates ... stmt.close(); db.rollba