wrong message on REASSIGN OWNED

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема wrong message on REASSIGN OWNED
Дата
Msg-id BANLkTi=mkiH6TbBE1eXnWVY-qjKhwyPbpg@mail.gmail.com
обсуждение исходный текст
Ответы Re: wrong message on REASSIGN OWNED  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

on shdepReassignOwned() we have this message, which is obviously wrong
we are not dropping objects just reassigning them...
"""                      ereport(ERROR,

(errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST),                                  errmsg("cannot drop objects owned
by %s because they are "                                                 "required by the
database system",                                                 getObjectDescription(&obj))));
"""

but haven't thought of a good way of rephrase it

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Invalid byte sequence for encoding "UTF8", caused due to non wide-char-aware downcase_truncate_identifier() function on WINDOWS
Следующее
От: Dan Ports
Дата:
Сообщение: Re: SSI work for 9.1