> -----Original Message-----
> From: Brian [mailto:bward@guinness.cs.stevens-tech.edu]
> Sent: 09 November 2001 04:01
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Backup tool
>
>
> Any plans to add a backup functionality to the pgadmin tool?
No, there aren't I'm afraid. pg_dump or pg_dumpall should always be used for
backing up your database. They are potentially more reliable as they can run
on the database server itself, and also provide a more secure backup in case
we were to get the reverse engineering of objects slightly wrong :-(
Regards, Dave.