Re: which view is used another views - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: which view is used another views
Date
Msg-id 4D8B7CD8.1030501@iol.ie
Whole thread Raw
In response to which view is used another views  (salah jubeh <s_jubeh@yahoo.com>)
Responses Re: which view is used another views  (salah jubeh <s_jubeh@yahoo.com>)
Re: which view is used another views  (salah jubeh <s_jubeh@yahoo.com>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Emre Hasegeli
Date:
Subject: Re: which view is used another views
Next
From: "Altmann, Sebastian"
Date:
Subject: Re: [RMX:#] Re: Strange loss of data during INSERT