pgsql: doc: show direction is optional in FETCH/MOVE's FROM/IN syntax

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: show direction is optional in FETCH/MOVE's FROM/IN syntax
Date: 2022-08-31 23:29:09
Message-ID: E1oTX8u-000pby-PA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: show direction is optional in FETCH/MOVE's FROM/IN syntax

It used to show direction was required for FROM/IN.

Reported-by: Rob <rirans(at)comcast(dot)net>

Discussion: https://postgr.es/m/20211015165248.isqjceyilelhnu3k@localhost

Author: Rob <rirans(at)comcast(dot)net>

Backpatch-through: 10

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/258c1af3a3f8d64bbb5c3d8a7528849fd08165d7

Modified Files
--------------
doc/src/sgml/ref/fetch.sgml | 5 +++--
doc/src/sgml/ref/move.sgml | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-08-31 23:43:33 pgsql: doc: document the maximum char/varchar length value
Previous Message David Rowley 2022-08-31 23:08:38 pgsql: Be smarter about freeing tuples during tuplesorts