Define function with no return value? - Mailing list pgsql-admin

From Haron, Charles
Subject Define function with no return value?
Date
Msg-id 2F088590EE5CD5118EB700A0C9EBD1800843E8@co-mail.cognitive.com
Whole thread Raw
Responses Re: Define function with no return value?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
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

pgsql-admin by date:

Previous
From: "Priya G"
Date:
Subject: Re: How to read a sequence without incrementing it?
Next
From: Tom Lane
Date:
Subject: Re: Define function with no return value?