]> granicus.if.org Git - postgresql/commit
docs: Only first instance of a PREPARE parameter sets data type
authorBruce Momjian <bruce@momjian.us>
Thu, 9 Aug 2018 14:13:15 +0000 (10:13 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 9 Aug 2018 14:13:15 +0000 (10:13 -0400)
commit8c92638c008b074df9cf3087816e3aa8c01177a5
tree14188d1694d9b6a7573c4b927ab7c3cd997c6101
parent83f2691a3f2bafa397ff1dcca94c4d059df0e056
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
doc/src/sgml/ref/prepare.sgml