Re: BUG #13804: pg_restore returns unexpected error

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: pgdude(at)pgdude(dot)com
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13804: pg_restore returns unexpected error
Date: 2015-12-08 00:06:12
Message-ID: CAB7nPqT-MyX1=TzqJ9WEiWwfKyr5b7qHiCvAnyOB5UkNUy7ESg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Janes 2015-12-08 00:33:47 Re: BUG #13804: pg_restore returns unexpected error
Previous Message pgdude 2015-12-07 16:35:20 BUG #13804: pg_restore returns unexpected error