]> granicus.if.org Git - postgresql/commit
Fix user mapping object description
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 5 Mar 2015 21:03:16 +0000 (18:03 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 5 Mar 2015 21:03:16 +0000 (18:03 -0300)
commit71b8e8e6cf12fb550977c4debbef036f90a94734
treeac041c666a28bcbb56928338e520a90fd447b976
parent6b61b641163a0cfea00360a357c1ff0aabfc1535
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.
src/backend/catalog/dependency.c
src/test/regress/expected/foreign_data.out