]> git.wh0rd.org - tt-rss.git/commitdiff
update README
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 02:32:24 +0000 (03:32 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 02:32:24 +0000 (03:32 +0100)
README

diff --git a/README b/README
index 02ff650e1503f64fc35fb7d46aac8c5479799344..e1ef72490e9f2426eaee4848260cf271de4eb5a6 100644 (file)
--- a/README
+++ b/README
@@ -39,7 +39,10 @@ Requirements:
                        b) MySQL (InnoDB and server version 4.1+ required)
 
          example DB schemas and configuration in ttrss_schema.sql and
-         ttrss_schema_mysql.sql
+         ttrss_schema_mysql.sql.
+
+         For PostgreSQL don't forget to create database with UTF-8 encoding
+         (createdb -E UTF-8 -O owner_user database).
 
 Don't forget to copy config.php-dist to config.php and edit it.