Re: Howto backup all functions?

From: brian <brian(at)zijn-digital(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Howto backup all functions?
Date: 2007-12-21 04:03:32
Message-ID: 476B3B14.9030008@zijn-digital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2007-12-21 05:28:59 Re: Is there PHP mysql_real_escape_string for postgresql?
Previous Message brian 2007-12-21 03:57:15 Re: Is there PHP mysql_real_escape_string for postgresql?