Re: Howto backup all functions? - Mailing list pgsql-general

From brian
Subject Re: Howto backup all functions?
Date
Msg-id 476B3B14.9030008@zijn-digital.com
Whole thread Raw
In response to Howto backup all functions?  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
List 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

pgsql-general by date:

Previous
From: brian
Date:
Subject: Re: Is there PHP mysql_real_escape_string for postgresql?
Next
From: "Merlin Moncure"
Date:
Subject: Re: Is there PHP mysql_real_escape_string for postgresql?