Re: how to get the source table & field name of a view field

Поиск
Список
Период
Сортировка
От kkennedy@kenzoid.com (Ken Kennedy)
Тема Re: how to get the source table & field name of a view field
Дата
Msg-id 20021107150817.GB32447@abelard.kenzoid.com
обсуждение исходный текст
Ответ на how to get the source table & field name of a view field  ("Prime Ho" <ho@optimasoft.com.tw>)
Список pgsql-sql
On Thu, Nov 07, 2002 at 05:12:20PM +0800, Prime Ho wrote:
> Hi,
> 
> Could you tell me how to get view field's source table and field name?
> another word, how could I know the view field come from?
> 

\d view_name should give you the view definition in pqsl.


-- 

Ken Kennedy    | http://www.kenzoid.com    | kenzoid@io.com


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

Предыдущее
От: Tomasz Myrta
Дата:
Сообщение: Re: primary keys
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: PLpgSQL FOR IN EXECUTE question