From 39b44229ad11f8544a876dd750c479947f783ca8 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 20 Jan 2012 14:24:33 +0100 Subject: Implement patch #3476011: PostgreSQL tables can not be initialized --- doc/ChangeLog | 1 + doc/INSTALL.txt | 2 ++ 2 files changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index e5ca326..adb30bb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -14,6 +14,7 @@ ChangeLog for SemantiScuttle - Fix bug #3431742: open_basedir problems with /etc/ config files - Fix bug #3436624: Wrong URL for Delicious API when importing - Implement request #3403609: fr_CA translation update +- Implement patch #3476011: PostgreSQL tables can not be initialized 0.98.3 - 2011-08-09 diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index fbd44f9..953dc63 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -21,6 +21,8 @@ Installation instructions on the shell ("semanticscuttle" being the database name) + If you run PostgreSQL, use ``data/tables.postgresql.sql``. + 3. Copy ``data/config.php.dist`` to ``data/config.php`` and modify it as necessary. See configuration_ for more information. 4. Make the cache directory writable by your web server. -- cgit v1.2.3