[BUGS] BUG #14587: Foreign constraint with newline blows up pg_restorecatalogue - Mailing list pgsql-bugs

From milos.urbanek@email.cz
Subject [BUGS] BUG #14587: Foreign constraint with newline blows up pg_restorecatalogue
Date
Msg-id 20170310155318.1425.30483@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [BUGS] BUG #14587: Foreign constraint with newline blows up pg_restore catalogue
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14587
Logged by:          Milos Urbanek
Email address:      milos.urbanek@email.cz
PostgreSQL version: 9.6.2
Operating system:   Windows
Description:

As repoted in https://trac.osgeo.org/postgis/ticket/3727

If there is some newline in e.g. foreign key contraint, the second command
below fails:

pg_restore -l test.backup > test.backup.lst

pg_restore -L test.backup.lst > test2.out

With error like:

pg_restore: [archiver] could not find entry for ID 6


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: markus@braeunig.biz
Date:
Subject: [BUGS] BUG #14586: Permissions of recovery.conf are different in plain andtar-format
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14587: Foreign constraint with newline blows up pg_restore catalogue