Re: Copy between Databases

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: "derrick(at)grifflink(dot)com" <Derrick(at)grifflink(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Copy between Databases
Date: 2004-05-28 00:28:13
Message-ID: 40B6879D.5030200@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

>> Is there a way to implement the pg_dump from within pgAdminIII? If
>> so, how?
>>
>>
> Of course, all you need is a C++ compiler and some spare time :-)
>
> You could code a graphical frontend for pg_dump/pg_restore, which is on
> the pgadmin3 TODO list anyway.

Just do what we do with phpPgAdmin - we just open a connection to the
pg_dump process and execute it. We then capture the output and stream
it to the user's browser.

Chris

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message m.p.kooij 2004-05-29 10:34:02 Compiling problem on SuSe 9.1
Previous Message Andreas Pflug 2004-05-27 17:12:19 Re: Copy between Databases