view columns and pg_depend

From: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
To: pgsql-hackers(at)postgresql(dot)org
Subject: view columns and pg_depend
Date: 2009-04-28 12:38:04
Message-ID: 49F6F8AC.4030007@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I was wondering whether there is a way to see which column in a view
depends on which column(s) in a table?
If I am not mistaking pg_depend only provides information about which
view depends on which tables columns only. (same as view_column_usage)

Regards,
Gevik.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-04-28 14:02:25 Re: Extra cost of "lossy mode" Bitmap Scan plan
Previous Message Heikki Linnakangas 2009-04-28 08:57:19 Re: Keyword list sanity check