pgsql: docs: Only first instance of a PREPARE parameter sets data type

Started by Bruce Momjianalmost 8 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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: /messages/by-id/153233728858.1404.15268121695358514937@wrigleys.postgresql.org

Backpatch-through: 9.3

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7bfd381c21c841b9766227f5b65cd62fa8408780

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