Re: [HACKERS] pg_dump issues - Mailing list pgsql-hackers

From Victor Drobny
Subject Re: [HACKERS] pg_dump issues
Date
Msg-id 32cfe8201654df183579d9e97957dd7b@postgrespro.ru
Whole thread Raw
In response to [HACKERS] pg_dump issues  (Дмитрий Воронин <carriingfate92@yandex.ru>)
Responses Re: [HACKERS] pg_dump issues
List pgsql-hackers
> 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.

Hello,

Do you expect to have some flag like '--rename=test->test2'?
Will dump with test replaced by test2(of course only in related places) 
be valid dump in this case?
What is the possible scenario for the renaming option? Is it doing to be 
dumping of the one schema only?
Or it could be dump of database? In this case pg_dump should also 
support multiple rules for renaming.

Thank you for attention!

-- 
------
Victor Drobny
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: [HACKERS] PgFDW connection invalidation by ALTER SERVER/ALTERUSER MAPPING
Next
From: Oleg Bartunov
Date:
Subject: Re: [HACKERS] [PATCH] Pageinspect - add functions on GIN and GiSTindexes from gevel