>> 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