BUG #13804: pg_restore returns unexpected error - Mailing list pgsql-bugs

From pgdude@pgdude.com
Subject BUG #13804: pg_restore returns unexpected error
Date
Msg-id 20151207163520.2628.95990@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13804: pg_restore returns unexpected error  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13804
Logged by:          Michael Vitale
Email address:      pgdude@pgdude.com
PostgreSQL version: 9.4.5
Operating system:   Linux Redhat 7
Description:

pg_restore returns 1 return code indicating failure when it tries to create
the public schema  using PG 9.4.5

Here is my command:
pg_restore -h host2 -p 5432 -d postgres -C -c --if-exists -Fd -j 6 -v /path
to my dumps/mydump

Same error using format: -Fc

pgsql-bugs by date:

Previous
From: John R Pierce
Date:
Subject: Re: BUG #13800: There is no UNLOAD command
Next
From: Michael Paquier
Date:
Subject: Re: BUG #13804: pg_restore returns unexpected error