dropping a user causes pain (#2)

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема dropping a user causes pain (#2)
Дата
Msg-id 164501c35fae$219336b0$2800a8c0@mars
обсуждение исходный текст
Ответы Re: dropping a user causes pain (#2)  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: dropping a user causes pain
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: dropping a user causes pain (#2)