find all views depend on a schema/table

Поиск
Список
Период
Сортировка
От Emi Lu
Тема find all views depend on a schema/table
Дата
Msg-id 52E28D0D.3080908@encs.concordia.ca
обсуждение исходный текст
Ответы Re: find all views depend on a schema/table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hello,

Is there a simple way to query all views depend on a schema or table?

E.g.,
view_schema| view_name | depends on schema_name | depends on t1
===========|===========|========================|================
v_schema   |v1         | test                   | t1

"v_schema.v1" is defined as select .... from test.t1... where;


Thanks a lot!



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

Предыдущее
От: minsheng.bai
Дата:
Сообщение: consulting the question about the usage about SSH Tunnel function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: find all views depend on a schema/table