| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
| Cc: | "amdjachenko(at)gmail(dot)com" <amdjachenko(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: BUG #14271: Please fix 13804 bug |
| Date: | 2016-08-01 03:29:31 |
| Message-ID: | CAKFQuwZ8m9p1X827m8jjUd4XwPHB+kyq_BL5i33X10x4AhmoHQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Sunday, July 31, 2016, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:
> On Mon, Aug 1, 2016 at 11:19 AM, <amdjachenko(at)gmail(dot)com <javascript:;>>
> 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.
>
>
See also...
https://www.postgresql.org/message-id/20160312230919.GA11080%40hermes.hilbert.loc
I'd say there is room for both doc and code improvement here. Not exactly
sure what.
David J.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | tylerjtomlinson | 2016-08-01 04:13:34 | BUG #14272: baseurl is wrong in pgdg-96-redhat.repo |
| Previous Message | Michael Paquier | 2016-08-01 03:14:52 | Re: BUG #14271: Please fix 13804 bug |