pgsql: Fix BuildIndexValueDescription for expressions - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix BuildIndexValueDescription for expressions
Date
Msg-id E1YH1pf-0003pJ-Vx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix BuildIndexValueDescription for expressions

In 804b6b6db4dcfc590a468e7be390738f9f7755fb we modified
BuildIndexValueDescription to pay attention to which columns are visible
to the user, but unfortunatley that commit neglected to consider indexes
which are built on expressions.

Handle error-reporting of violations of constraint indexes based on
expressions by not returning any detail when the user does not have
table-level SELECT rights.

Backpatch to 9.0, as the prior commit was.

Pointed out by Tom.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/32bf6ee6ab5cdfa4247f984f864860d988a58dfe

Modified Files
--------------
src/backend/access/index/genam.c |   13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Fix BuildIndexValueDescription for expressions
Next
From: Stephen Frost
Date:
Subject: pgsql: Fix BuildIndexValueDescription for expressions