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
-
Doc: improve introductory information about procedures.
- e0fcde7f74a5 11.12 landed
- 9a4e4af42023 13.3 landed
- 74207b8fc5a0 12.7 landed
- 227338b00d49 14.0 landed
-
Support for OUT parameters in procedures
- 2453ea142233 14.0 cited