On Tue, Dec 8, 2015 at 1:35 AM, <pgdude(at)pgdude(dot)com> wrote:
> 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
>
If you think this is a bug, could you send a test case? There is not enough
information regarding what you expect of pg_restore and what it is
currently doing.
--
Michael