pgsql: doc: add examples of creative use of unique expression indexes - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: add examples of creative use of unique expression indexes
Date
Msg-id E1ikvbp-0005je-GV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  add examples of creative use of unique expression indexes

Unique expression indexes can constrain data in creative ways, so show
two examples.

Reported-by: Tuomas Leikola

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

Backpatch-through: 9.4

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6f53e66bec7087b615cd5a5e94d10a83d301ba10

Modified Files
--------------
doc/src/sgml/indices.sgml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: clarify infinite range values from data-type infinities
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add pg_dump test for triggers on partitioned tables