port to postgresql 8.3
[invirt/packages/invirt-database.git] / server / etc / postgresql / 8.3 / main / postgresql.conf.invirt
 # switch or PGDATA environment variable, represented here as ConfigDir.
 
 #data_directory = 'ConfigDir'          # use data in another directory
-hba_file = '/etc/postgresql/8.1/main/pg_hba.conf'      # host-based authentication file
-ident_file = '/etc/postgresql/8.1/main/pg_ident.conf'  # IDENT configuration file
+hba_file = '/etc/postgresql/8.3/main/pg_hba.conf'      # host-based authentication file
+ident_file = '/etc/postgresql/8.3/main/pg_ident.conf'  # IDENT configuration file
 
 # If external_pid_file is not explicitly set, no extra pid file is written.
-external_pid_file = '/var/run/postgresql/8.1-main.pid'         # write an extra pid file
+external_pid_file = '/var/run/postgresql/8.3-main.pid'         # write an extra pid file
 
 
 #---------------------------------------------------------------------------