What is Posh ?
| Download
| Documentation
| Forum
| Widgets
| Plug-ins
| Translator
| Contribute
| Blog
You are not logged in.
Hello
I was wondering if you plan to make Posh PostgreSQL compatibility in addition to MySQL database because it can handle a larger volume of data, which can be useful if you have a large number of users.
Sincerely,
P@cien
--------------------
Bonjour,
Je voudrais savoir si vous projetez de rendre Posh compatible avec PostgreSQL en plus de MySQL car cette base de donnée permet de gérer un volume plus important de données, ce qui peut être utile si on a un grand nombre d'utilisateurs.
Cordialement,
P@cien
Offline
Hello,
Portaneo is designed to be multi-DB. We did not have time to do that.
Things that would need to be changed :
- Create /includes/connection_postgresql.inc.php, as an adaptation of the connection_mysql.inc.php file
- create /db_layer/postgresql/ as an adaptation of the sql queries of /db_layer/mysql/
- create /install/createdb_2_postgresql.sql file
- Modify the dbtype : update adm_config set value="postgresql" where parameter="DBTYPE"
Offline