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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend