Thread: backing up and restoring a db using pgadmin II

backing up and restoring a db using pgadmin II

From
"TJ Morgan"
Date:
Hello all,
    Im an extreme newbee and I would like to know how to backup and restore a
postgres db using pgadminn II

Thanks
TJ



Re: backing up and restoring a db using pgadmin II

From
"Dave Page"
Date:
Hi TJ,

pgAdmin doesn't perform backups (or restorations). That is done by
pg_dump on the server, or from a remote command line. This is primarily
because only pg_dump is kept 100% up to date with the backend code.

Regards, Dave.

> -----Original Message-----
> From: TJ Morgan [mailto:tmorgan@cinci.rr.com]
> Sent: 07 March 2003 04:22
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] backing up and restoring a db
> using pgadmin II
>
>
> Hello all,
>     Im an extreme newbee and I would like to know how to
> backup and restore a postgres db using pgadminn II
>
> Thanks
> TJ
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to
> majordomo@postgresql.org)
>