columns refered to in view

Поиск
Список
Период
Сортировка
От Alexander Cohen
Тема columns refered to in view
Дата
Msg-id E47E8EB7-8E1B-11D8-BD9A-000A95B947DC@toomuchspace.com
обсуждение исходный текст
Ответы Re: columns refered to in view  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
I have created a view with this query:

CREATE VIEW testview AS SELECT table.column AS col1, table2.column AS
coll2 FROM table, table2;

Later on, i want to get the table and column name that a field refers
to in this view. In other words i want to get the table and column that
the column 'col1' refers to. Im looking for 'table.column'. How can i
get this information?

thanks!


--
Alexander Cohen
http://www.toomuchspace.com
(819) 348-9237
(819) 432-3443


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

Предыдущее
От: Jeremiah Jahn
Дата:
Сообщение: Re: Filesystem vs. Postgres for images
Следующее
От: Juris Krumins
Дата:
Сообщение: Re: cache lookup of relation 165058647 failed