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
[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
-
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
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 t
Is there a way to copy tables, functions, etc. between databases and servers
within pgAdmin?
For example, within pgAdmin we have:
Server1 has a database called DB1 with a table called Table1.
Server2 has a database called DB2 with a table called Table2.
I want to copy the data and metadat