Re: Problems with pg_dump

Поиск
Список
Период
Сортировка
От
Тема Re: Problems with pg_dump
Дата
Msg-id Pine.A41.3.95.1021216125822.29724A-100000@fn2.freenet.edmonton.ab.ca
обсуждение исходный текст
Ответ на Re: Problems with pg_dump  (papapep <papapep@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: papapep
Дата:
Сообщение: Re: Problems with pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problems with pg_dump