pgsql: Fix binary upgrade of altered typed tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix binary upgrade of altered typed tables
Дата
Msg-id E1QFA95-0007lc-PM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix binary upgrade of altered typed tables

Instead of dumping them as CREATE TABLE ... OF, dump them as normal
tables with the usual special processing for dropped columns, and then
attach them to the type afterward, using ALTER TABLE ... OF.  This is
analogous to the existing handling of inherited tables.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b2ef8929ae1c1b65f4b9582409463a9a2f009706

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   21 +++++++++++++++++----
1 files changed, 17 insertions(+), 4 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64