Re: Questions on PostGreSQL Authentication mechanism...

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Questions on PostGreSQL Authentication mechanism...
Дата
Msg-id 20100202190935.GD4020@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Questions on PostGreSQL Authentication mechanism...  ("Tim Bruce - Postgres" <postgres@tbruce.com>)
Ответы Re: Questions on PostGreSQL Authentication mechanism...  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Questions on PostGreSQL Authentication mechanism...  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
Tim Bruce - Postgres escribió:
> On Tue, February 2, 2010 08:23, Alvaro Herrera wrote:

> > Probably pg_read_file():
> >
> > select pg_read_file('pg_hba.conf', 0, 8192);
> >
> > Note that pg_read_file only allows paths relative to $PGDATA, which is
> > what you get from SHOW data_directory;
>
> Since the pg_hba.conf file is located in the /etc path, the pg_read_file
> command fails with an error of
>
> "could not open file "pg_hba.conf" for reading: No such file or direcotry"

Hmm, yeah, that's a shortcoming of the debian packaging, no doubt.  Does
it not install symlinks in the actual data directory?  If not, that
should be reported as a bug ...


> It also won't allow use of the absolute path.

That's by design, yes.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "Tim Bruce - Postgres"
Дата:
Сообщение: Re: Questions on PostGreSQL Authentication mechanism...
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Unusual table size and very slow inserts