pgsql: Fix user mapping object description

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix user mapping object description
Дата
Msg-id E1YTcvp-00027H-1D@gemulon.postgresql.org
обсуждение исходный текст
Список 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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/71b8e8e6cf12fb550977c4debbef036f90a94734

Modified Files
--------------
src/backend/catalog/dependency.c           |   10 ++++++++--
src/test/regress/expected/foreign_data.out |   28 ++++++++++++++--------------
2 files changed, 22 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix user mapping object description
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix user mapping object description