Обсуждение: Howto backup all functions?

Поиск
Список
Период
Сортировка

Howto backup all functions?

От
Ow Mun Heng
Дата:
Hi,

is there a simple way for me to backup all the functions which I've
written for a server?

Thanks

Re: Howto backup all functions?

От
brian
Дата:
Ow Mun Heng wrote:
> Hi,
>
> is there a simple way for me to backup all the functions which I've
> written for a server?
>

pg_dump -s will output the schema only (which includes all of your
defined functions).

brian