Re: Problem with pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with pg_dump
Дата
Msg-id 5834.1138394293@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with pg_dump  (Luzmar Caicedo Useche <luzmar.caicedo@open-world.com.ve>)
Ответы Re: Problem with pg_dump  (Luzmar Caicedo Useche <luzmar.caicedo@open-world.com.ve>)
Список pgsql-novice
Luzmar Caicedo Useche <luzmar.caicedo@open-world.com.ve> writes:
> If  I execute:
> pg_dump mibd -U postgres > midb.out
> Don�t receive any error message, but midb.out is empty.... (0 kb)

Given that it's RHEL4, maybe you have a selinux permissions problem?
Does /usr/sbin/getenforce say that selinux is in enforcing mode,
and if so, does pg_dump work better after doing "/usr/sbin/setenforce 0"
as root?

If so, you probably need to update your selinux policy module.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using drop database from psql
Следующее
От: Guido Barosio
Дата:
Сообщение: Re: Using drop database from psql