Thanks guys
pg_depend seems Useful, I will check the manual. Regards ________________________________ From: Raymond O'Donnell <[email protected]> To: salah jubeh <[email protected]> Cc: pgsql <[email protected]> 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 [email protected] -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
