Be careful in postgresql.conf of 8.1.

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Be careful in postgresql.conf of 8.1.
Дата
Msg-id 02ac01c5e5b8$ca60eca0$01324d80@hiroshi5jz7dqj
обсуждение исходный текст
Ответы Re: Be careful in postgresql.conf of 8.1.  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
Hi Andreas.

Although this is a comment, it is bad condition.

postgresql.conf

#data_directory = 'ConfigDir'           # use data in another directory
#hba_file = 'ConfigDir/pg_hba.conf'     # host-based authentication file
#ident_file = 'ConfigDir/pg_ident.conf  # IDENT configuration file

Ummm, This should be as follows.

#ident_file = 'ConfigDir/pg_ident.conf'  # IDENT configuration file

It is conf-editor gets confused. What do you consider?

Regards,
Hiroshi Saito



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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4728 - trunk/pgadmin3
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Be careful in postgresql.conf of 8.1.