File: slony1-path.patch

package info (click to toggle)
phppgadmin 4.2.3-1.1squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,396 kB
  • ctags: 6,174
  • sloc: php: 68,599; makefile: 215; sh: 41; sql: 16; awk: 9
file content (13 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
bug #414986

--- a/conf/config.inc.php-dist
+++ b/conf/config.inc.php-dist
@@ -39,7 +39,7 @@
 	$conf['servers'][0]['slony_support'] = false;
 	// Specify the path to the Slony SQL scripts (where slony1_base.sql is located, etc.)
 	// No trailing slash.
-	$conf['servers'][0]['slony_sql'] = '/usr/share/pgsql';
+	$conf['servers'][0]['slony_sql'] = '/usr/share/slony1';
 
 	// Example for a second server (PostgreSQL for Windows)
 	//$conf['servers'][1]['desc'] = 'Test Server';