pgsql: Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.
Date: 2018-07-12 16:29:22
Message-ID: E1fdeT4-0007IL-Qc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.

Explain that you can use any integer expression for the "count" in
pl/pgsql's versions of FETCH/MOVE, unlike the SQL versions which only
allow a constant.

Remove the duplicate version of this para under MOVE. I don't see
a good reason to maintain two identical paras when we just said that
MOVE works exactly like FETCH.

Per Pavel Stehule, though I didn't use his text.

Discussion: https://postgr.es/m/CAFj8pRAcvSXcNdUGx43bOK1e3NNPbQny7neoTLN42af+8MYWEA@mail.gmail.com

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2e7a25c1dcb7acb9d1138934cade1f1a7e6fe690

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 24 ++++--------------------
doc/src/sgml/ref/fetch.sgml | 2 +-
2 files changed, 5 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-07-12 18:28:04 pgsql: Reset shmem_exit_inprogress after shmem_exit()
Previous Message Alvaro Herrera 2018-07-12 16:26:17 pgsql: Fix FK checks of TRUNCATE involving partitioned tables