Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread Christopher Kings-Lynne
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 ope

Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: 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. Regards, Andreas -

Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread [EMAIL PROTECTED]
Is there a way to implement the pg_dump from within pgAdminIII? If so, how? Thanks, Derrick > look at pg_dump. > > If you want to do this in real-time please specify ? > > Jim > > > Is there a way to copy tables, functions, etc. between databases and > servers > > within pgAdmin? > > > > For ex

Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread James M Doherty PGADMIN
look at pg_dump. If you want to do this in real-time please specify ? Jim - Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 11:58 AM Subject: [pgadmin-support] Copy between Databases > Is there a way to copy tables,