Hi,
I dropped the owner of a table (with no complaints), and now I get this:
psql:
asdf=# \dt List of relationsSchema | Name | Type | Owner
--------+------+-------+------------public | a1 | table |
pg_dump:
pg_dump: WARNING: owner of data type "a1" appears to be invalid
pg_dump: WARNING: owner of table "a1" appears to be invalid
Didn't there used to be a check that occurred, preventing you from dropping
a user who owned objects?
Chris