pgsql: Fix user mapping object description - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix user mapping object description
Date
Msg-id E1YTcvp-000279-0t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix user mapping object description

We were using "user mapping for user XYZ" as description for user mappings, but
that's ambiguous because users can have mappings on multiple foreign
servers; therefore change it to "for user XYZ on server UVW" instead.
Object identities for user mappings are also updated in the same way, in
branches 9.3 and above.

The incomplete description string was introduced together with the whole
SQL/MED infrastructure by commit cae565e503 of 8.4 era, so backpatch all
the way back.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5cf4000034fb75de2b09642b9d37ee50f708090a

Modified Files
--------------
src/backend/catalog/objectaddress.c        |   20 ++++++++++++++------
src/test/regress/expected/foreign_data.out |   24 ++++++++++++------------
2 files changed, 26 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix user mapping object description
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix user mapping object description