Re: Problems with pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with pg_dump
Дата
Msg-id 28422.1040073562@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problems with pg_dump  (papapep <papapep@gmx.net>)
Ответы Re: Problems with pg_dump  (Mark Thomas <thomas@pbegames.com>)
Список pgsql-novice
papapep <papapep@gmx.net> writes:
>>> You mean you're doing
>>> pg_dump ... >DATABASE.out
>>> where DATABASE.out already exists and is marked read-only?

> No. It exists after doing pg_dump....etc,etc.. Before I've removed it
> to avoid these problems.

That's odd.

> But the question is, how is that pg_dump creates a file with
> read-only permissions?....astonishing for me....is it the default
> profile?? It isn't written in any of the docs I've read about it.

Well, pg_dump is not creating the file in this situation --- your shell
is.  So it's got to have something to do with shell settings.  May I
inquire what you have "umask" set to?  Also, just exactly what
permissions is the file created with (ls -l output would be good).

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: Problems with pg_dump
Следующее
От: Daniel Whelan
Дата:
Сообщение: Batch Table Creation - Foreign Key Problem