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

index e73a4061bcf351b8c33428696c77a10b6e2eec12..4000e5bb234514eb5141fd727fdafe472b90306d 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.39 2005/02/08 13:32:45 mr-russ Exp $
+        * $Id: config.inc.php-dist,v 1.40 2005/02/11 11:22:24 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.