On Mon, Apr 18, 2005 at 10:32:26PM +0400, A. Kulikov wrote:
>
> How to I return an error from inside a user defined function?
Use RAISE. See "Errors and Messages" in the PL/pgSQL documentation.
http://www.postgresql.org/docs/8.0/interactive/plpgsql-errors-and-messages.html
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/