Be careful in postgresql.conf of 8.1.

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Be careful in postgresql.conf of 8.1.
Date: 2005-11-10 05:37:02
Message-ID: 02ac01c5e5b8$ca60eca0$01324d80@hiroshi5jz7dqj
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-11-10 09:11:45 Re: Be careful in postgresql.conf of 8.1.
Previous Message svn 2005-11-09 22:58:27 SVN Commit by dpage: r4728 - trunk/pgadmin3