Howto backup all functions?

Started by Ow Mun Hengover 18 years ago2 messagesgeneral
Jump to latest
#1Ow Mun Heng
Ow.Mun.Heng@wdc.com

Hi,

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

Thanks

#2brian
brian@zijn-digital.com
In reply to: Ow Mun Heng (#1)
Re: Howto backup all functions?

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