]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- use dbname and user instead of database and username in connect string
authormguevara <mguevara@pld-linux.org>
Tue, 7 Aug 2007 20:01:11 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    slony1.sysconfig -> 1.1.2.1

slony1.sysconfig

index 0066425c7b4ecb775ac6c5cf8f015a346c7d21a7..6f7497c8e036ea237498c99e2d517b81974b5f53 100644 (file)
@@ -5,6 +5,6 @@
 # SLONY1_CLUSTERS='mycluster1 mycluster2'
 
 # Set the connect string for each cluster
-# SLONY1_CONNECT_mycluster1='database=repltest username=repltest'
+# SLONY1_CONNECT_mycluster1='dbname=repltest user=repltest'
 
 # Set passwords in /var/lib/slony1/.pgpass
This page took 0.142866 seconds and 4 git commands to generate.