This is a discussion on Howto backup all functions? within the Pgsql General forums, part of the PostgreSQL category; --> Hi, is there a simple way for me to backup all the functions which I've written for a server? ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, is there a simple way for me to backup all the functions which I've written for a server? Thanks ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| 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 |