Re: Explicit config patch 7.2B4

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Explicit config patch 7.2B4
Дата
Msg-id Pine.LNX.4.30.0112181946040.637-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Explicit config patch 7.2B4  (mlw <markw@mohawksoft.com>)
Ответы Re: Explicit config patch 7.2B4  ("Andrew G. Hammond" <drew@xyzzy.dhs.org>)
Список pgsql-hackers
mlw writes:

> If a user has used the "-C" option, as in:
>
> postmaster -C /etc/pgsql/mydb.conf
>
> Should I then, and first, see if there is a "/etc/pgsql/pg_hba.conf" or
> "/etc/pgsql/pg_ident.conf" and use it as an explicit path?

> How about:
>
> postmaster -C /etc/pgsql
>
> Should I then look for:
>
> /etc/pgsql/postgresql.conf
> /etc/pgsql/pg_hba.conf
> /etc/pgsql/pg_ident.conf

I like the latter better because of the symmetry of -C with -D.

Btw., the following issues still need to be addressed:

- Location of SSL certificate files (Are they appropriate for /etc?  What does Apache do?)

- Location of secondary password files.  By default they should probably track pg_hba.conf.  Is that enough?

- Location of charset.conf and the associated recode tables

For a start, putting all of these under -C is probably sufficient.  More
complicated setups can be achieved using symlinks. ;-)

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: PG 7.2b4 bug?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] Problem compiling postgres sql --with-tcl