Re: small doc fix - using expressions in plpgsql FETCH command
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-07-12T16:29:58Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes: > PLpgSQL FETCH documentation is has ref on SQL FETCH command. SQL FETCH > allows only int constants as count. PLpgSQL allows any expressions. In this > case documentation is not clear, and people can be messy - and apply SQL > FETCH limits on PLpgSQL FETCH. Right. Pushed with some rewriting. regards, tom lane
Commits
-
Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.
- aacdf9a06966 11.0 landed
- 632b4ae92dc6 12.0 landed
- f38d5a27373f 9.4.19 landed
- b4900835d63c 9.5.14 landed
- 93532dbb5d91 10.5 landed
- 5593280e203d 9.6.10 landed
- 2e7a25c1dcb7 9.3.24 landed