Compiling pl/pgsql functions?

Поиск
Список
Период
Сортировка
От Daniel Bruce Lynes
Тема Compiling pl/pgsql functions?
Дата
Msg-id 200301030927.28989.dlynes@shaw.ca
обсуждение исходный текст
Список pgsql-sql
Through preliminary examination, it appears stored procedures using pl/pgsql
in PostgreSQL 7.3 are interpreted, rather than compiled?

When we insert a stored function into PostgreSQL, the syntax check is not done
until execution, and only on the branch/path of execution, not on the entire
function.

Is there any way to precompile the pl/pgsql functions so that we know if
there's a missing object dependency upon function creation, rather than at
runtime?

Thanks in advance.


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Query
Следующее
От: Kevin Gordon
Дата:
Сообщение: SQL to determine Tablenames, Primarykeys & Foreignkeys]