pgsql: Fix dumping role comments when using --no-role-passwords

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix dumping role comments when using --no-role-passwords
Дата
Msg-id E1rnQyI-00502o-Ug@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix dumping role comments when using --no-role-passwords

Commit 9a83d56b38c added support for allowing pg_dumpall to dump
roles without including passwords, which accidentally made dumps
omit COMMENTs on roles.  This fixes it by using pg_authid to get
the comment.

Backpatch to all supported versions. Patch simultaneously written
independently by Álvaro and myself.

Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
Author: Daniel Gustafsson <daniel@yesql.se>
Reported-by: Bartosz Chroł <bartosz.chrol@handen.pl>
Discussion: https://postgr.es/m/AS8P194MB1271CDA0ADCA7B75FCD8E767F7332@AS8P194MB1271.EURP194.PROD.OUTLOOK.COM
Discussion: https://postgr.es/m/CAEP4nAz9V4H41_4ESJd1Gf0v%3DdevkqO1%3Dpo91jUw-GJSx8Hxqg%40mail.gmail.com
Backpatch-through: v12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e65ad197f9dff7466cea7986450f9573adb4448

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add hash support functions and hash opclass for contrib/ltree.
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix dumping role comments when using --no-role-passwords