Stored Procedures in PostgreSql

Поиск
Список
Период
Сортировка
От Eddie Bortnikov
Тема Stored Procedures in PostgreSql
Дата
Msg-id B71796881E0DF7409F066FE6656BDF290DF3BF@beasley
обсуждение исходный текст
Список pgsql-general

Hi,

 

My question is about creating pre-compiled queries in PostgreSQL, as stored procedures or whatever other way.

1. Is it possible to store prepared statements in the binary form inside the database, so that the SQL compilation would happen only once?

2. If yes, is there any way to do that, other than through embedded SQL?

3. Are SQL functions (created through CREATE FUNCTION …) stored as text or pre-compiled by the DBMS?

 

Regards

 

-- 
-------------------------------------------------------------
Edward Bortnikov
SanGate Systems Ltd.
 
E-mail  eddie@sangate.com
Tel.    972-9-8912163

 

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

Предыдущее
От: Markus Bengts
Дата:
Сообщение: chkpass
Следующее
От: Jean-Christian Imbeault
Дата:
Сообщение: serverlog problems