Re: [GENERAL] Restore a especific function

2004-09-23 Thread Thomas F . O'Connell
There's also pg_restore -P. See: http://www.postgresql.org/docs/7.4/static/app-pgrestore.html -tfo On Sep 23, 2004, at 7:34 PM, Alvaro Herrera wrote: On Thu, Sep 23, 2004 at 02:57:30PM -0600, Josué Maldonado wrote: Hola, Is there a way to restore a specific function from backup file created with pg

Re: [GENERAL] Restore a especific function

2004-09-23 Thread Alvaro Herrera
On Thu, Sep 23, 2004 at 02:57:30PM -0600, Josué Maldonado wrote: Hola, > Is there a way to restore a specific function from backup file created > with pg_dump. If you used pg_dump -Ft or -Fc, you do it with pg_restore -L/-l. Otherwise (i.e. plain SQL dump) you have to edit the dump with a text