Re: Need help with clarification on stored procedure support in PostGreSQL database

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Guyren Howe <guyren@gmail.com>, raf <raf@raf.org>, Adrian Klaver <adrian.klaver@aklaver.com>, "Bysani, Ram" <rbysani@informatica.com>, "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2021-03-10T00:18:21Z
Lists: pgsql-general

Attachments

"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Tue, Mar 9, 2021 at 4:50 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Would it be better
>> to turn the para into a bulleted list, which we could introduce with
>> "The key differences are:" ?

> Indeed, reworking the rest of the paragraph around that introduction would
> be much better.

v2 attached.

			regards, tom lane

Commits

  1. Doc: improve introductory information about procedures.

  2. Support for OUT parameters in procedures