backport: use native windows postgres for second example
authorchriskl <chriskl>
Fri, 11 Feb 2005 11:23:39 +0000 (11:23 +0000)
committerchriskl <chriskl>
Fri, 11 Feb 2005 11:23:39 +0000 (11:23 +0000)
conf/config.inc.php-dist

index 1a7f8a8820666aa79d7496a4ce888fefd6140773..322a89f34c827cd75a60370513654933480e3007 100644 (file)
@@ -4,7 +4,7 @@
         * Central phpPgAdmin configuration.  As a user you may modify the
         * settings here for your particular configuration.
         *
-        * $Id: config.inc.php-dist,v 1.35.2.1 2004/12/02 02:28:54 chriskl Exp $
+        * $Id: config.inc.php-dist,v 1.35.2.2 2005/02/11 11:23:39 chriskl Exp $
         */
 
        // An example server.  Create as many of these as you wish,
        $conf['servers'][0]['pg_dump_path'] = '/usr/bin/pg_dump';
        $conf['servers'][0]['pg_dumpall_path'] = '/usr/bin/pg_dumpall';
 
-       // Example for a second server
+       // Example for a second server (PostgreSQL for Windows)
        //$conf['servers'][1]['desc'] = 'Test Server';
-       //$conf['servers'][1]['host'] = '192.168.0.1';
+       //$conf['servers'][1]['host'] = '127.0.0.1';
        //$conf['servers'][1]['port'] = 5432;
        //$conf['servers'][1]['defaultdb'] = 'template1';
-       //$conf['servers'][1]['pg_dump_path'] = 'c:/cygwin/bin/pg_dump.exe';
-       //$conf['servers'][1]['pg_dumpall_path'] = '';
+       //$conf['servers'][1]['pg_dump_path'] = 'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dump.exe';
+       //$conf['servers'][1]['pg_dumpall_path'] = 'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dumpall.exe';
 
        // Default language for the login screen if there's no translation
        // matching user's browser request. Eg: 'english', 'polish', etc.