Hi,
is there a simple way for me to backup all the functions which I'vewritten for a server?
Thanks
Ow Mun Heng wrote:
Hi, is there a simple way for me to backup all the functions which I'vewritten for a server?
pg_dump -s will output the schema only (which includes all of your defined functions).
brian