On Thu, Apr 21, 2005 at 04:35:37AM +0200, Enrico Weigelt wrote:
>
> Is it possible to check plpgsql functions before they're actually
> into the database, as it's done w/ sql functions ?
What version of PostgreSQL are you using? 8.0 and later have a
validator function for PL/pgSQL, although its
Enrico Weigelt <[EMAIL PROTECTED]> writes:
> Is it possible to check plpgsql functions before they're actually
> into the database, as it's done w/ sql functions ?
8.0 does a little bit of this, and 8.1 will do more...
regards, tom lane
---(end of