]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/dbconfig-common_support.patch
Imported Debian patch 0.1~rc1~dfsg-1
[roundcube.git] / debian / patches / dbconfig-common_support.patch
index 0394533ce8322d18367cc918bc640597db83c9f7..8e1f71d3ba2e7a330ab80ffd3806a4bd90c2d00b 100644 (file)
@@ -6,7 +6,7 @@
 
 -// PEAR database DSN for read/write operations
 -// format is db_provider://user:password@host/databse
--// currentyl suported db_providers: mysql, sqlite
+-// currentyl suported db_providers: mysql, pgsql, sqlite
 -
 -$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
 -// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';