Re: Learning Plpgsql ??

Поиск
Список
Период
Сортировка
От Jonathon Batson
Тема Re: Learning Plpgsql ??
Дата
Msg-id 3E370B35.6020900@octahedron.com.au
обсуждение исходный текст
Ответ на Re: Learning Plpgsql ??  (Steve_Miller@sil.org)
Список pgsql-novice
Taken from Postgres 7.3 Docs

19.5.4. Executing dynamic queries

"Unlike all other queries in PL/pgSQL, a query run by an EXECUTE statement is not prepared and saved just once during the life of the server. Instead, the query is prepared each time the statement is run."


To me this means that 'yes' a new execution plan is produced each time.
 

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

Предыдущее
От: David Nicely
Дата:
Сообщение: Re: New and investigating
Следующее
От: "Sumaira Ali"
Дата:
Сообщение: JDBC