view vs. tables used to define that view

Поиск
Список
Период
Сортировка
От Emi Lu
Тема view vs. tables used to define that view
Дата
Msg-id 4A049E97.7070600@encs.concordia.ca
обсуждение исходный текст
Список pgsql-sql
May I know is it possible to query dictionary table(s) in order to 
return relationship between a view and table(s) please?

For example, create view v1 as (select ... from T1 left join T2 ... )

Result:
view Name | Table Name
====================
v1        | T1
v1        | T2

Thanks a lot!
Lu Ying



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Distinct oddity
Следующее
От: Maximilian Tyrtania
Дата:
Сообщение: Re: Distinct oddity