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

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

Commit: 5593280e203d0f7d93dea1f1387e0a7948a2d3af
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-07-12T16:28:43Z
Releases: 9.6.10
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

Files

PathChange+/−
doc/src/sgml/plpgsql.sgml modified +4 −20
doc/src/sgml/ref/fetch.sgml modified +1 −1

Documentation touched

Discussion