Thanks guys 

pg_depend seems Useful, I will check the manual.


 Regards




________________________________
From: Raymond O'Donnell <r...@iol.ie>
To: salah jubeh <s_ju...@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
r...@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



      

Reply via email to