what do postgresql with view ?

Поиск
Список
Период
Сортировка
От elrik-de-melnibone@ifrance.com (elrik)
Тема what do postgresql with view ?
Дата
Msg-id 762279de.0403301005.502b3cd3@posting.google.com
обсуждение исходный текст
Список pgsql-hackers
In information i have:

1. when creating view : PostgreSQL parse the query and stock the tree query.
2. when using : PostgreSQL use this tree like a subselect.

my question : Do PostgreSQL makes an analyse of the resulted tree ?


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Function to kill backend
Следующее
От: elrik-de-melnibone@ifrance.com (elrik)
Дата:
Сообщение: Re: what do postgresql with view ?