Re: Related tables to a view

Поиск
Список
Период
Сортировка
От Jan Meyland Andersen
Тема Re: Related tables to a view
Дата
Msg-id 1260.62.66.218.59.1167163837.squirrel@mail.agile.dk
обсуждение исходный текст
Ответ на Re: Related tables to a view  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: Related tables to a view  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-sql
> You could query pg_depend to find out which tables and columns the
> view's rewrite rule depends on but that's not as specific as what
> you're requesting.  I'm not aware of a way to associate a particular
> table column with a particular view column short of parsing the view
> definition or rule action; doing so would have to allow for the
> possibility of a view column deriving its value from an arbitrarily
> complex expression involving multiple tables, subqueries, etc.

I have been thinking the problem through again, and I think I am able to
solve the problem if I just know which tables the view is using.

But how do I get this information from the pg_depend table?

Regards

Jan



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Jan Andersen"
Дата:
Сообщение: Re: Related tables to a view
Следующее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: Related tables to a view