Re: best solution to backup full user databse

From: Vasiliy G Tolstov <v(dot)tolstov(at)selfip(dot)ru>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: best solution to backup full user databse
Date: 2010-04-19 15:34:42
Message-ID: 1271691282.27198.4.camel@mobile.selfvps.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2010-04-19 at 09:18 -0600, Scott Marlowe wrote:
> pg_dump?

Yes. But this tool can dump all domains, triggers, procedures and
functions belongs to specific database ?

>
> On Mon, Apr 19, 2010 at 9:07 AM, Vasiliy G Tolstov <v(dot)tolstov(at)selfip(dot)ru> wrote:
> > Hello. I'm new with postgresql (before using mysql).
> > Mysql support to dump all triggers, relations, stored procedures from
> > specific databse to one file.
> > How about this in postgresql?
> >
> >
> > --
> > Vasiliy G Tolstov <v(dot)tolstov(at)selfip(dot)ru>
> > Selfip.Ru
> >
> >
> > --
> > Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgsql-general
> >
>
>
>

--
Vasiliy G Tolstov <v(dot)tolstov(at)selfip(dot)ru>
Selfip.Ru

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2010-04-19 15:39:31 Re: best solution to backup full user databse
Previous Message Scott Marlowe 2010-04-19 15:18:28 Re: best solution to backup full user databse