Hi,

I dropped the owner of a table (with no complaints), and now I get this:

psql:

asdf=# \dt
         List of relations
 Schema | 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


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to