DB Dump

From: "Bob Pawley" <rjpawley(at)shaw(dot)ca>
To: "Postgresql" <pgsql-general(at)postgresql(dot)org>
Subject: DB Dump
Date: 2011-11-09 16:58:01
Message-ID: 2CD96B36894B4E829FB1DA5C2950D1D2@BobPC
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

PostgreSQL v9.0
Win 7

I am using the following to dump a database.

I get an error – “could not open output file “.........backup”. Permission denied.”

To me, this sounds as if I am required to create an output file in order to get an output file.

In previous versions the output file was created as part of the transaction.

What am I missing?

pg_dump -h localhost -p 5432 -U postgres -v -f "PDW_cp_Nov_2011.backup" PDW

Bob

Responses

  • Re: DB Dump at 2011-11-09 17:48:07 from Guillaume Lelarge

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Mennens 2011-11-09 17:20:13 Create Tables As Specific Role
Previous Message Alvaro Herrera 2011-11-09 14:11:23 Re: Foreign Keys and Deadlocks