Re: Pl/Python -- current maintainer? - Mailing list pgsql-hackers

From Michael Paesold
Subject Re: Pl/Python -- current maintainer?
Date
Msg-id 005a01c63b03$80a27930$0f01a8c0@zaphod
Whole thread Raw
In response to Pl/Python -- current maintainer?  (James Robinson <jlrobins@socialserve.com>)
Responses Re: Pl/Python -- current maintainer?
List pgsql-hackers
James William Pye wrote:

> On Sun, Feb 26, 2006 at 01:08:52PM -0500, Tom Lane wrote:
>> That design is broken on its face, as the system does not guarantee to
>> call the validator.
>
> Hrm. Other than language creations that do not specify a validator, at 
> what
> times will Postgres not call the validator upon function creation?

SET check_function_bodies = off;


Best Regards,
Michael Paesold 




pgsql-hackers by date:

Previous
From: James William Pye
Date:
Subject: Re: Pl/Python -- current maintainer?
Next
From: Andrew - Supernews
Date:
Subject: Re: possible design bug with PQescapeString()