On Wed, Aug 31, 2005 at 11:59:47AM -0700, Josh Berkus wrote:
> There is a  difference between *syntax* errors and *sql* errors.    If a 
> table does not exist, we don't want to check for that and bounce the 
> function; possibly the function will only be called in a context where the 
> table does exist.

It would still be nice to have, with a way to over-ride it, either via
an option to CREATE FUNCTION or with some directive to plpgsql itself
inside the function body (probably the most useful case since it allows
disabling error checking just where it's needed).
-- 
Jim C. Nasby, Sr. Engineering Consultant      [EMAIL PROTECTED]
Pervasive Software        http://pervasive.com        512-569-9461

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to