On Thu, Jun 19, 2008 at 8:34 AM, daniel <[EMAIL PROTECTED]> wrote:
> Is there a tool to convert
>    postgresql backups (sql.gz files) to Pgadmin Backups ?

With the exception of PLAIN format dumps, they are entirely compatible
because pgAdmin just calls pg_dump to create them. PLAIN format
backups must be fed into psql however - pg_restore doesn't understand
them, and that's what pgAdmin uses for restores.

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to