pgsql: Doc: fix missing mention of procedure OUT parameters.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix missing mention of procedure OUT parameters.
Date: 2021-03-10 16:34:10
Message-ID: E1lK1mk-0001sf-P2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix missing mention of procedure OUT parameters.

Small oversight in commit 2453ea142.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ebc6d295705fec37dc8f57a4ece54b370f55f72

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-10 17:38:48 pgsql: Doc: get rid of <foreignphrase> tags.
Previous Message Peter Eisentraut 2021-03-10 14:52:31 pgsql: Add bound check before bsearch() for performance