Re: BUG #14271: Please fix 13804 bug - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #14271: Please fix 13804 bug
Date
Msg-id CAB7nPqQ+qgOztReDYikBiNzWSrS9FtGiQNK9Q1HX4CvVpU6wpA@mail.gmail.com
Whole thread Raw
In response to BUG #14271: Please fix 13804 bug  (amdjachenko@gmail.com)
Responses Re: BUG #14271: Please fix 13804 bug
Re: BUG #14271: Please fix 13804 bug
List pgsql-bugs
On Mon, Aug 1, 2016 at 11:19 AM,  <amdjachenko@gmail.com> wrote:
> Current output:
> line 40: CREATE SCHEMA public;
>
> Fix of the problem:
> CREATE SCHEMA IF NOT EXISTS public;
>
> If there is some problem to change dump generator to do this please do this
> at least for --if-exist parameter.

Could you describe a little bit more in details the command of pg_dump
that you are using? It would be also good to get an exact idea of the
dump you are seeing, what you think it should do with a detailed
example, and what are the objects on your database at the moment of
taking the dump.
--
Michael

pgsql-bugs by date:

Previous
From: amdjachenko@gmail.com
Date:
Subject: BUG #14271: Please fix 13804 bug
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #14271: Please fix 13804 bug