Re: Define function with no return value?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Haron, Charles" <Charles(dot)Haron(at)Cognitive(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Define function with no return value?
Date: 2003-08-29 21:25:04
Message-ID: 24301.1062192304@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Haron, Charles" <Charles(dot)Haron(at)Cognitive(dot)com> writes:
> Is it posible to define a function with no return value?

In recent versions you can say RETURNS VOID.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2003-08-30 01:07:19 Re: Disk Utilization Increases And Time for Vacuum Increases.
Previous Message Haron, Charles 2003-08-29 21:22:36 Define function with no return value?