Re: pg_dump and restore without indexes

Поиск
Список
Период
Сортировка
От Teja Jakkidi
Тема Re: pg_dump and restore without indexes
Дата
Msg-id D97C032D-6EF0-4E64-9E86-8D0D19B26BEB@gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump and restore without indexes  (Erik Wienhold <ewie@ewie.name>)
Список pgsql-admin
Thank you for your inputs, Erik.

Regards,
J. Teja.

> On Jun 4, 2024, at 11:27 AM, Erik Wienhold <ewie@ewie.name> wrote:
>
> On 2024-06-04 19:58 +0200, Teja Jakkidi wrote:
>> Also, is there a way we can remap schema or table during restore like
>> how we have an option to remap in Oracle?
>
> Not in pg_dump or pg_restore.  Maybe some third-party tool, but I don't
> know.
>
> I had to do this in the past and just renamed the schemas after
> restoring into a new database.  Using a find-and-replace on the SQL dump
> might also work (maybe with a clever regexp) but it's not foolproof if
> the search matches false-positives in data segments or string literals.
>
> --
> Erik



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

Предыдущее
От: Erik Wienhold
Дата:
Сообщение: Re: pg_dump and restore without indexes
Следующее
От: Mohan NBSPS
Дата:
Сообщение: Re: postgrsql 9.5: Old WAL files remain in secondary `pg_xlog`