Compiling pl/pgsql functions? - Mailing list pgsql-sql

From Daniel Bruce Lynes
Subject Compiling pl/pgsql functions?
Date
Msg-id 200301030927.28989.dlynes@shaw.ca
Whole thread Raw
List 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 by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Query
Next
From: Kevin Gordon
Date:
Subject: SQL to determine Tablenames, Primarykeys & Foreignkeys]