Re: how to check objects dependency??

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: how to check objects dependency??
Дата
Msg-id 20071031191935.GB3984@alvh.no-ip.org
обсуждение исходный текст
Ответ на how to check objects dependency??  (Jessica Richard <rjessil@yahoo.com>)
Список pgsql-admin
Jessica Richard wrote:
> I am trying to drop a user but it complained with the following message:
>
> ERROR:  role "joe" cannot be dropped because some objects depend on it
> DETAIL:  1 objects in database Jan_test
> 1 objects in database Jan
>
> this user does not own any tables in those two databases. Is there any
> command I can use to check all the dependencies on this user?

Connect to those databases and issue the command again to see the
detail.  When you are connected to a different database, you don't have
access to the other database catalogs, thus we cannot give you the
object names (only the fact that they exist).

--
Alvaro Herrera       Valdivia, Chile   ICBM: S 39º 49' 18.1", W 73º 13' 56.4"
"PHP is what I call the "Dumb Monkey" language. [A]ny dumb monkey can code
something in PHP. Python takes actual thought to produce something useful."
                                                               (J. Drake)

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: initdb: could not create directory "C:/Program Files" (was: Installing PostgreSQL as Admin)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how to check objects dependency??