Re: [BUGS] BUG #14631: Allow pg_restore to remap schema

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [BUGS] BUG #14631: Allow pg_restore to remap schema
Дата
Msg-id CAB7nPqQDNHuQCJr_K=CAQY363bOCqUSnDfbnZxwgi3OTiwUJPA@mail.gmail.com
обсуждение исходный текст
Ответ на [BUGS] BUG #14631: Allow pg_restore to remap schema  (cinbau@warpmail.net)
Список pgsql-bugs
On Tue, Apr 25, 2017 at 7:20 AM,  <cinbau@warpmail.net> wrote:
> 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).

Please note that this is not a bug, so this had better be discussed on
a mailing list with a more general purpose like pgsql-general. At the
end this is not much different than renaming the schema or tablespace
after doing a restore, assuming that the target node does not have a
schema with the same name as the dump, still you could always rename
as well temporarily any existing schema on the target server.
-- 
Michael


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: cinbau@warpmail.net
Дата:
Сообщение: [BUGS] BUG #14631: Allow pg_restore to remap schema
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [BUGS] Concurrent ALTER SEQUENCE RESTART Regression