exclude user mappings, foreign server from dump

Поиск
Список
Период
Сортировка
От Sergey Urlin
Тема exclude user mappings, foreign server from dump
Дата
Msg-id CAOGPgSjGWkSBVC9_qSXkKug9K+07hDSHCTvP1E0JAs5TVafumw@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hello,

I have the question regarding pg_dump functionality.
I using PostgreSQL 8.4.8 database and defined the dblink between two databases. dblink uses foreign data wrapper, user mappings and foreign server.
When I perform database backup using pg_dump utility it also includes foreign data wrapper, user mappings and foreign server definitions. However since it isn't related to the schema itself I would prefer to exclude this information.

Could you please suggest me if is there a way to not dump foreign data wrapper and user mappings in pg_dump (exclude this information)?


Thank you.

--
Sergey

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

Предыдущее
От: Emi Lu
Дата:
Сообщение: ERROR: malformed record literal: "",DETAIL: Missing left parenthesis?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Performance Monitoring of PostGRE