Re: Problems with pg_dump - Mailing list pgsql-novice

From
Subject Re: Problems with pg_dump
Date
Msg-id Pine.A41.3.95.1021216125822.29724A-100000@fn2.freenet.edmonton.ab.ca
Whole thread Raw
In response to Re: Problems with pg_dump  (papapep <papapep@gmx.net>)
List pgsql-novice
On Mon, 16 Dec 2002, papapep wrote:

> I forgot to tell you that the DATABASE.out file is a read only file. I
> don-t know if its important, but....

The DATABASE.out file is owned by root?  In your shell
initialization scripts, do you have the "noclobber" variable
set?  It's there to keep you from accidentally overwriting
files by using the shell redirection operators.  If you
really do want to overwrite the file (lose the old data),
just delete the file and try again.  Then noclobber won't
get involved.

Gord
--
Matter Realisations     http://www.materialisations.com/
Gordon Haverland, B.Sc. M.Eng. President
101  9504 182 St. NW    Edmonton, AB, CA  T5T 3A7
780/481-8019            ghaverla @ freenet.edmonton.ab.ca
780/993-1274 (alt.)


pgsql-novice by date:

Previous
From: papapep
Date:
Subject: Re: Problems with pg_dump
Next
From: Tom Lane
Date:
Subject: Re: Problems with pg_dump