Re: Dump schema without the functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dump schema without the functions
Дата
Msg-id 19318.1201849813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dump schema without the functions  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
Ответы Re: Dump schema without the functions
Список pgsql-general
Stefan Schwarzer <stefan.schwarzer@grid.unep.ch> writes:
> how can I dump a schema with all tables, but without the functions?

There's no built-in single command for that.  You can accomplish it by
using pg_restore -l to make a list of objects, then edit the list,
then pg_restore -L to restore only the objects in the edited list.

            regards, tom lane

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

Предыдущее
От: "Adam Rich"
Дата:
Сообщение: Re: Dump schema without the functions
Следующее
От: Stefan Schwarzer
Дата:
Сообщение: Re: Dump schema without the functions