Re: pg_dump problems

From: Richard Huxton <dev(at)archonet(dot)com>
To: JTyrrell <jtyrrell_(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump problems
Date: 2007-01-03 19:01:33
Message-ID: 459BFD8D.4030100@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

JTyrrell wrote:
>
> pg_dump -a -d testrig > testrig.data
>
> on a machine running postgresql 7.4.13 with database testirg i have no
> problem.
>
> Then, I want to do the same but on a different machine running postgresql
> 7.4.6 with database root. So...
>
> pg_dump -a -d root > root.data
>
> For some reason this doesnt work! The command is running without error, but
> the file root.data is always empty. The database does exist and all the data
> is there, and I can run psql and do everything I normally do. I've tried
> pg_dump with other databases and still get an empty file.

Should work just fine.
1. Does "pg_dump -s" work?
2. Does the user you run this as have permission to dump data from "root"?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2007-01-03 19:01:44 Re: queueing via database table?
Previous Message Richard Huxton 2007-01-03 18:44:47 Re: Backup Restore