Re: [ADMIN] Define function with no return value?

2003-08-29 Thread Tom Lane
"Haron, Charles" <[EMAIL PROTECTED]> writes: > Is it posible to define a function with no return value? In recent versions you can say RETURNS VOID. regards, tom lane ---(end of broadcast)--- TIP 2: you can get off all lists

[ADMIN] Define function with no return value?

2003-08-29 Thread Haron, Charles
Is it posible to define a function with no return value? I've something like "CREATE FUNCTION set_to_active(int4) RETURNS NULL AS ..." but I get an parse error at or near "NULL" Thanks, Chuck ---(end of broadcast)--- TIP 7: don't forget to increase