1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

fix purge_feed for pg 8.1, new option: PG_VERSION

This commit is contained in:
Andrew Dolgov
2006-03-29 04:43:21 +01:00
parent 1b2e1b0e52
commit 1e59ae3582
2 changed files with 21 additions and 5 deletions

View File

@@ -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