add missing quote mark to ident_file sample line - per Hiroshi Saito
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 10 Nov 2005 14:01:55 +0000 (14:01 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 10 Nov 2005 14:01:55 +0000 (14:01 +0000)
src/backend/utils/misc/postgresql.conf.sample

index 1c68f2231e8f4c536d253200d35fd8862b680c3e..773899e8b770eba6750b392d89efc86a6ddc6734 100644 (file)
@@ -34,7 +34,7 @@
 
 #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
+#ident_file = 'ConfigDir/pg_ident.conf'        # IDENT configuration file
 
 # If external_pid_file is not explicitly set, no extra pid file is written.
 #external_pid_file = '(none)'          # write an extra pid file