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-10T16:35:36Z
Lists: pgsql-general
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Tue, Mar 9, 2021 at 5:18 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> v2 attached.

> Thank you.  That reads much better, aside from maybe a couple of missing
> commas.

> -       Certain function attributes such as strictness don't apply to
> +      Certain function attributes, such as strictness, don't apply to

I see your point, but that ends up with way too many commas in the
sentence.  After puzzling a bit, I broke it into two sentences.

Done like that, thanks for the discussion!

			regards, tom lane



Commits

  1. Doc: improve introductory information about procedures.

  2. Support for OUT parameters in procedures