Re: pg_dump issues

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Дмитрий Воронин <carriingfate92(at)yandex(dot)ru>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump issues
Date: 2017-06-06 04:15:15
Message-ID: CAMsr+YGPDCvCD_gtVLLyk48Se6yWmAjuY3eCUEM_JQja=EgwtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6 June 2017 at 11:37, Дмитрий Воронин <carriingfate92(at)yandex(dot)ru> wrote:
> Hello,
>
> We are working on one project with postgres as engeneer.
>
> Bellow is list of inconveniences that we are having with postgresql. We
> would like to solve them as possible.
>
> We can't create any schema dump with another (user defined) name. E.g. we
> dump schema test and we want to save it's dump with test2 name in any
> format. Those refers to databases dump.

This is a pretty common request. I expect a patch to add a --transform
or --rename option to pg_dump (or maybe pg_restore) might be accepted.
I suggest posting a detailed design for how you plan to do it and
asking for feedback before proceeding to implement it. You should
search the mailing list for past discussions and ideas too.

Otherwise, consulting outfits can do this sort of thing for you; see
https://www.postgresql.org/support/professional_support/ . (Note, I
work for one of them).

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

  • pg_dump issues at 2017-06-06 03:37:55 from Дмитрий Воронин

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-06-06 04:17:35 Re: Re: BUG #14680: startup process on standby encounter a deadlock of TwoPhaseStateLock when redo 2PC xlog
Previous Message Ashutosh Bapat 2017-06-06 04:13:24 Re: Challenges preventing us moving to 64 bit transaction id (XID)?