BUG #16386: drop contraint in inherited table is missing in pg_dump backup

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16386: drop contraint in inherited table is missing in pg_dump backup
Дата
Msg-id 16386-a0304b15bf684ea2@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16386: drop contraint in inherited table is missing inpg_dump backup  (Euler Taveira <euler.taveira@2ndquadrant.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16386
Logged by:          klement szabolcs
Email address:      szittya314@gmail.com
PostgreSQL version: 10.12
Operating system:   centos 7
Description:

create table b (aaa int primary key,bb date );
create table A (id int primary key) inherits (B);
alter table a alter column aaa drop not null;

after i made pg_dump and pg_restore the not null contraint isexist on table
a;


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [BUG] non archived WAL removed during production crash recovery
Следующее
От: Devrim Gündüz
Дата:
Сообщение: Re: BUG #16385: Postgres YUM repo broke