dropping a user causes pain (#2)

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: dropping a user causes pain (#2)
Date: 2003-08-11 02:13:18
Message-ID: 164501c35fae$219336b0$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-08-11 02:49:43 Re: dropping a user causes pain (#2)
Previous Message Christopher Kings-Lynne 2003-08-11 02:11:42 dropping a user causes pain