pgsql: Add caution about multiple unique indexes breaking plpgsql upser

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add caution about multiple unique indexes breaking plpgsql upser
Date: 2012-01-29 02:07:04
Message-ID: E1RrKAa-0000IY-Mi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add caution about multiple unique indexes breaking plpgsql upsert example.

Per Phil Sorber, though I didn't use his wording exactly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ed6e0545f5f6e9977c8410e04244138b567c5a73

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-01-29 21:32:07 pgsql: Fix pushing of index-expression qualifications through UNION ALL
Previous Message Tom Lane 2012-01-29 01:55:52 pgsql: Update statement about sorting of character-string data.