pg_dump question (exclude schemas)

Поиск
Список
Период
Сортировка
От Jay Vee
Тема pg_dump question (exclude schemas)
Дата
Msg-id CADq_mb985cqVpqKPcag7j62dsnCzwmcz-FA-GKjP06G2LEGYXg@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_dump question (exclude schemas)
Re: pg_dump question (exclude schemas)
Re: pg_dump question (exclude schemas)
Список pgsql-general
I want to backup a database but exclude certain schemas with a patter.

I have 100 schemas with the pattern:  'sch_000', 'sch_001',  and so on.

Will this work?

$pg_dump <other_options>  --exclude-schema='sch_*'

this does not seem to exclude all schemas with this pattern  ( 'sch_*' ), anything wrong here?

thanks


J.V.

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

Предыдущее
От: Filip Rembiałkowski
Дата:
Сообщение: 9.0 hot standby, consistent recovery state question
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump question (exclude schemas)