BUG #14631: Allow pg_restore to remap schema

From: cinbau(at)warpmail(dot)net
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14631: Allow pg_restore to remap schema
Date: 2017-04-24 22:20:01
Message-ID: 20170424222001.24368.19949@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14631
Logged by: Cliff Inbau
Email address: cinbau(at)warpmail(dot)net
PostgreSQL version: 9.6.2
Operating system: CentOS 7
Description:

When using pg_dump with the data only and compressed options (-a -Fc), it
would be useful to allow pg_restore to restore the data to the same table,
but in a different schema. Oracle's data pump allows remapping of both
schemas and tablespaces (e.g. remap_schema=schema1:schema1).

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2017-04-25 00:02:27 Re: BUG #14631: Allow pg_restore to remap schema
Previous Message Jason Petersen 2017-04-24 19:52:33 Concurrent ALTER SEQUENCE RESTART Regression