Re: [HELP] Defining a function as a procedure - Mailing list pgsql-sql

From Tom Lane
Subject Re: [HELP] Defining a function as a procedure
Date
Msg-id 22807.1138298558@sss.pgh.pa.us
Whole thread Raw
In response to [HELP] Defining a function as a procedure  ("Daniel Caune" <daniel.caune@ubisoft.com>)
List pgsql-sql
"Daniel Caune" <daniel.caune@ubisoft.com> writes:
> Is there a way to define a function as a procedure, I mean a function
> that returns nothing.

In recent versions you can say RETURNS VOID, which is a bit of a hack
but it gets the point across...
        regards, tom lane


pgsql-sql by date:

Previous
From: "Daniel Caune"
Date:
Subject: [HELP] Defining a function as a procedure
Next
From: andrew
Date:
Subject: Re: filtering after join