View Single Post

   
  #1 (permalink)  
Old 04-17-2008, 06:44 PM
Hiroshi Saito
 
Posts: n/a
Default Be careful in postgresql.conf of 8.1.

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



---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote