]> granicus.if.org Git - pgbouncer/commitdiff
config.txt: update auth_file about 9.0+ situation.
authorMarko Kreen <markokr@gmail.com>
Fri, 15 Nov 2013 16:35:05 +0000 (18:35 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 15 Nov 2013 16:36:50 +0000 (18:36 +0200)
Requested-by: Alexander Farber
doc/config.txt

index f7d48841557a1f3f6e9499ec5fe933507a793906..b63489351fef1b0b71081be174fc2b7eafe5d75e 100644 (file)
@@ -84,9 +84,11 @@ Default: not set
 
 ==== auth_file ====
 
-The name of the file to load user names and passwords from. The file format 
-is the same as the PostgreSQL pg_auth/pg_pwd file, so this setting can be 
-pointed directly to one of those backend files.
+The name of the file to load user names and passwords from. The file format
+is the same as the PostgreSQL 8.x pg_auth/pg_pwd file, so this setting can be
+pointed directly to one of those backend files.  Since version 9.0, PostgreSQL
+does not use such text file, so it must be generated manually.  See section
+"AUTHENTICATION FILE FORMAT" below about details.
 
 Default: not set.