From 1e59ae3582c48fd7a5e3b4853992afa1712da3a7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 29 Mar 2006 04:43:21 +0100 Subject: fix purge_feed for pg 8.1, new option: PG_VERSION --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index fa7376af7..d07f2eb64 100644 --- a/config.php-dist +++ b/config.php-dist @@ -9,6 +9,9 @@ define('DB_PASS', "XXXXXX"); //define('DB_PORT', '5432'); // when neeeded, PG-only + define('PG_VERSION', '8.0'); + // Your PostgreSQL server version. Valid values: 7.4, 8.0, 8.1 + define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache'); // Local cache directory for RSS feeds -- cgit v1.2.3