Re: BUG #14271: Please fix 13804 bug

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: amdjachenko(at)gmail(dot)com
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14271: Please fix 13804 bug
Date: 2016-08-01 03:14:52
Message-ID: CAB7nPqQ+qgOztReDYikBiNzWSrS9FtGiQNK9Q1HX4CvVpU6wpA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Aug 1, 2016 at 11:19 AM, <amdjachenko(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2016-08-01 03:29:31 Re: BUG #14271: Please fix 13804 bug
Previous Message amdjachenko 2016-08-01 02:19:55 BUG #14271: Please fix 13804 bug