Re: which view is used another views

Поиск
Список
Период
Сортировка
От salah jubeh
Тема Re: which view is used another views
Дата
Msg-id 181203.30473.qm@web52702.mail.re2.yahoo.com
обсуждение исходный текст
Ответ на Re: which view is used another views  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general

Thanks guys
pg_depend seems Useful, I will check the manual.


 Regards



From: Raymond O'Donnell <rod@iol.ie>
To: salah jubeh <s_jubeh@yahoo.com>
Cc: pgsql <pgsql-general@postgresql.org>
Sent: Thu, March 24, 2011 6:18:16 PM
Subject: Re: [GENERAL] which view is used another views

On 24/03/2011 16:06, salah jubeh wrote:
> Hello,
>
> How can I determine the views which are using a certain view.

If you're using pgAdmin, there's a "Dependants" tab which shows you the objects depending on another object.

Otherwise, I think you can query the pg_catalog.pg_depend table, but I don't know how you go about that.

Ray.

-- Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

-- Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: "Altmann, Sebastian"
Дата:
Сообщение: Re: [RMX:#] Re: Strange loss of data during INSERT
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Deadlock in libpq