Re: Questions on PostGreSQL Authentication mechanism...

Поиск
Список
Период
Сортировка
От dipti shah
Тема Re: Questions on PostGreSQL Authentication mechanism...
Дата
Msg-id d5b05a951002020203u676ecf1crded0fba88ddec658@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Questions on PostGreSQL Authentication mechanism...  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Wow!!..that was too quick. Thanks Richard.

On Tue, Feb 2, 2010 at 3:29 PM, Richard Huxton <dev@archonet.com> wrote:
On 02/02/10 09:55, dipti shah wrote:
Thanks Richard and Alvaro. The "show hba_file" is great solution. Thanks a
ton. Could you tell me from where to get all such commands?

All the configuration settings are listed in Chapter 18:
http://www.postgresql.org/docs/8.4/static/runtime-config.html

You'll also find details in the SQL reference for SET and SHOW:
http://www.postgresql.org/docs/8.4/static/sql-set.html
http://www.postgresql.org/docs/8.4/static/sql-show.html

"SHOW ALL" will list all the settings in one big table.

--
 Richard Huxton
 Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Questions on PostGreSQL Authentication mechanism...
Следующее
От: dipti shah
Дата:
Сообщение: Does PostGreSQL support SSL inbuilt?