pgsql: pg_dump: Refactor code that constructs ALTER ... OWNER TO comman

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_dump: Refactor code that constructs ALTER ... OWNER TO comman
Дата
Msg-id E1oqLIj-0009ut-Dg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: Refactor code that constructs ALTER ... OWNER TO commands

Avoid having to list all the possible object types twice.  Instead,
only _getObjectDescription() needs to know about specific object
types.  It communicates back to _printTocEntry() whether an owner is
to be set.

In passing, remove the logic to use ALTER TABLE to set the owner of
views and sequences.  This is no longer necessary.  Furthermore, if
pg_dump doesn't recognize the object type, this is now a fatal error,
not a warning.

Reviewed-by: Corey Huinker <corey.huinker@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/0a00f923-599a-381b-923f-0d802a727715@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3655b46aa0b8156aced0b9ee3d10875632f84407

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 130 +++++++++++++----------------------
1 file changed, 47 insertions(+), 83 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Defend against unsupported partition relkind in logical replicat
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow use of __sync_lock_test_and_set for spinlocks on any machi