Re: exporting postgre data

From: "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>
To: "Bill Moran" <wmoran(at)potentialtech(dot)com>
Cc: johnf <jfabiani(at)yolo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: exporting postgre data
Date: 2008-01-25 15:21:34
Message-ID: 7be3f35d0801250721s6f1102b5s1756318d9b441349@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bill,

pgadmin3 provides the same: just dig down to the table, use the backup
link and give the options. It also calls pg_dump just with the right
parameters, you can copy that command for a .cmd for professional
automatic backup.

Best wishes,

Harald

> MSSQL has a fancy GUI "wizard".
>
> It basically does all the stuff pg_dump does, but just using a GUI
> interface to manage all the options. I guess it has the addition
> of managing the interaction between pg_dump on one server an pg_restore
> on another as well.
>
> Doesn't really have any more features that I'm aware of, just has a
> nice "one stop" interface.
>
> --
> Bill Moran
> http://www.potentialtech.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
fx 01212-5-13695179
-
EuroPython 2008 will take place in Vilnius, Lithuania - Stay tuned!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2008-01-25 15:36:41 Re: exporting postgre data
Previous Message Bill Moran 2008-01-25 15:02:41 Re: exporting postgre data