BUG #17756: Invalid replica indentity set order in a dump

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17756: Invalid replica indentity set order in a dump
Дата
Msg-id 17756-dd50e8e0c8dd4a40@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17756: Invalid replica indentity set order in a dump
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17756
Logged by:          Sergey Belyashov
Email address:      sergey.belyashov@gmail.com
PostgreSQL version: 14.5
Operating system:   Debian Linux x86_64
Description:

Some database have a partitioned table with unique index used as REPLICA
IDENTITY. pg_dump places ALTER TABLE tbl REPLICA IDENTITY USING INDEX
some_idx after partial index creation. But Postgresql fails to restore such
dump because replica identity cannot be set on invalid index some_idx:
partition indices are not created.


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

Предыдущее
От: Pavol Sekeres
Дата:
Сообщение: Re: BUG #17755: database queries get stuck for certain IDs
Следующее
От: Liang Shen
Дата:
Сообщение: ST_Union(rast, uniontype) treat bands with different classes as the same as first band