Compiling pl/pgsql functions?

From: Daniel Bruce Lynes <dlynes(at)shaw(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Compiling pl/pgsql functions?
Date: 2003-01-03 17:27:28
Message-ID: 200301030927.28989.dlynes@shaw.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-sql by date

  From Date Subject
Next Message Kevin Gordon 2003-01-04 03:57:09 SQL to determine Tablenames, Primarykeys & Foreignkeys]
Previous Message Stephan Szabo 2003-01-03 15:57:45 Re: Query