view columns and pg_depend

Started by Gevik Babakhaniover 16 years ago1 messages
#1Gevik Babakhani
pgdev@xs4all.nl

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.