Re: Pg_dumpall problem[2]

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Pg_dumpall problem[2]
Дата
Msg-id 20030206212303.GD21780@wolff.to
обсуждение исходный текст
Ответ на Pg_dumpall problem[2]  (James Hall <James.Hall@RadioShack.com>)
Список pgsql-general
On Thu, Feb 06, 2003 at 10:04:49 -0600,
  James Hall <James.Hall@RadioShack.com> wrote:
> Since there were no replies to this, I did some testing w/pg_hba.conf since
> I thought the problem might be there. I now have a question about
> pg_hba.conf.
>
> I need pg_hba.conf to allow local connections [via telnet for example] to
> the database without requesting a password, but to request a password for
> clients connecting via the web based front end. All clients are on the
> 172.X.X.X ip range.
>
> My current pg_hba.conf shows:
> Local        all       password
> Host         all       172.0.0.0    255.255.255.255    password

If supported by your OS use:
local all ident sameuser

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_temp schemas
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Question: unique on multiple columns