diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 15:56:09 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 15:56:09 +0200 |
commit | 216b97edbe62b7027c518c03d171af0da0a3d0ed (patch) | |
tree | b0a25c40feae09e784fdd4bedb1c8bc5a86ee7d1 | |
parent | f1de376fd1df540864b72e6e4c1edee731f05d6c (diff) |
Update INSTALL to include PostgreSQL
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ system you would like to use. Valid values for <database> are: 'mysql' - The MySQL database system 'sqlite' - The SQLite database system - + 'pgsql' - The PostgreSQL database system + Prerequisites ============= |