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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Only first instance of a PREPARE parameter sets data type
Date: 2018-08-09 14:13:32
Message-ID: E1fnlgy-0006U9-2a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b284262e40424daa1c546ad76f365b31304d7944

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-08-09 19:21:41 pgsql: Document need to clear MAKELEVEL when invoking PG build from a m
Previous Message Heikki Linnakangas 2018-08-09 07:44:00 pgsql: Spell "partitionwise" consistently.