Thread: Howto backup all functions?

Howto backup all functions?

From
Ow Mun Heng
Date:
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?

From
brian
Date:
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