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
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
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера