Re: Stored Procedure examples - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Stored Procedure examples
Date
Msg-id 20070214225912.GB27827@svana.org
Whole thread Raw
In response to Re: Stored Procedure examples  (Walter Vaughan <wvaughan@steelerubber.com>)
Responses Re: Stored Procedure examples  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-general
On Wed, Feb 14, 2007 at 05:18:10PM -0500, Walter Vaughan wrote:
> This may not help, but I noticed using pgAdminIII, you can create a
> procedure or a function, but they seem to have the same creation interface
> and use the same icon.

Way back when I learned that procedures are merely functions that don't
return a value. So in that sense procedures are indeed just functions.
You obviously mean something else but I'm not sure what.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with INNER JOIN
Next
From: Reece Hart
Date:
Subject: Re: Union Query Improvement