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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: abelisto(at)gmail(dot)com
Subject: BUG #15343: Segmentation fault using pg_dump with --exclude-table if table contains identity column
Date: 2018-08-20 19:38:52
Message-ID: 153479393218.1316.8472285660264976457@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15343
Logged by: Andy Abelisto
Email address: abelisto(at)gmail(dot)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)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David Rowley 2018-08-21 00:37:03 Re: BUG #15343: Segmentation fault using pg_dump with --exclude-table if table contains identity column
Previous Message PG Bug reporting form 2018-08-20 17:59:11 BUG #15342: pg_dump - XML with mixed content types generates invalid backup file