dropping a user causes pain (#2) - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject dropping a user causes pain (#2)
Date
Msg-id 164501c35fae$219336b0$2800a8c0@mars
Whole thread Raw
Responses Re: dropping a user causes pain (#2)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: dropping a user causes pain
Next
From: Andrew Dunstan
Date:
Subject: Re: dropping a user causes pain (#2)