BUG #15343: Segmentation fault using pg_dump with --exclude-table iftable contains identity column

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15343: Segmentation fault using pg_dump with --exclude-table iftable contains identity column
Дата
Msg-id 153479393218.1316.8472285660264976457@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15343: Segmentation fault using pg_dump with --exclude-tableif table contains identity column  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15343
Logged by:          Andy Abelisto
Email address:      abelisto@gmail.com
PostgreSQL version: 10.5
Operating system:   Linux Mint 19 Tara
Description:

To reproduce:
$ createdb foo
$ psql foo -c "create table bar(i int generated by default as identity
primary key);"
$ pg_dump foo --exclude-table=bar
Segmentation fault (core dumped)


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15342: pg_dump - XML with mixed content types generates invalidbackup file
Следующее
От: David Rowley
Дата:
Сообщение: Re: BUG #15343: Segmentation fault using pg_dump with --exclude-tableif table contains identity column