Re: How do I exclude a schema , a function and a table from pg_backup

Поиск
Список
Период
Сортировка
От David Ghedini
Тема Re: How do I exclude a schema , a function and a table from pg_backup
Дата
Msg-id CANtbSM255KASgjZfrVaQcVhE426ufT=2JotiaN8QnG5Ae8QDMQ@mail.gmail.com
обсуждение исходный текст
Ответ на How do I exclude a schema , a function and a table from pg_backup  (pavna <daryani.bhawna@gmail.com>)
Список pgsql-admin
--exclude-schema and --exclude-table for the function, you can place into schema and exclude it.

On Fri, Jul 13, 2018 at 5:31 AM, pavna <daryani.bhawna@gmail.com> wrote:
I need to exclude a schema, few tables and functions defined in public
schema. How do i exclude them from the backup ? I know how to exclude schema
and tables. is there a way to exclude 1 or more functions?


sudo -u postgres  pg_dump -Fc -exclude-schema=schema1 --exclude-table=table1
--disable-triggers -f DB.dump database1



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html




--

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

Предыдущее
От: pavna
Дата:
Сообщение: How do I exclude a schema , a function and a table from pg_backup
Следующее
От: Debraj Manna
Дата:
Сообщение: Upgrade to postgres 10 - Postmaster not getting shutdown