pgsql: docs: Only first instance of a PREPARE parameter sets data type - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: Only first instance of a PREPARE parameter sets data type
Date
Msg-id E1fnlgy-0006UB-2p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs:  Only first instance of a PREPARE parameter sets data type

If the first reference to $1 is "($1 = col) or ($1 is null)", the data
type can be determined, but not for "($1 is null) or ($1 = col)".  This
change documents this.

Reported-by: Morgan Owens

Discussion: https://postgr.es/m/153233728858.1404.15268121695358514937@wrigleys.postgresql.org

Backpatch-through: 9.3

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8c92638c008b074df9cf3087816e3aa8c01177a5

Modified Files
--------------
doc/src/sgml/ref/prepare.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Spell "partitionwise" consistently.
Next
From: Tom Lane
Date:
Subject: pgsql: Document need to clear MAKELEVEL when invoking PG build from am