Hello Owen,
thanks for your reply.
I restarted tomcat...
I directly modified the app_datasource-xxx.properties files as described in the Running Joget with PostgreSQL in V4.
the app_datasource-postgresql.properties :
#
#Tue Nov 03 17:38:06 CET 2015
workflowDriver=org.postgresql.Driver
workflowUrl=jdbc\:postgresql\://localhost/jwdb
workflowUser=postgres
workflowPassword=postgres
the joget.log :
INFO 04 nov. 2015 16:11:39 org.joget.commons.util.SetupManager - Using base directory: ./wflow/
INFO 04 nov. 2015 16:11:43 org.joget.commons.util.DynamicDataSource - datasourceName=workflow, url=jdbc:postgresql://localhost/jwdb, user=postgres
INFO 04 nov. 2015 16:11:49 org.joget.commons.util.SetupManager - Initializing setup cache
INFO 04 nov. 2015 16:11:49 org.joget.plugin.base.PluginManager - PluginManager initialized
INFO 04 nov. 2015 16:11:59 org.joget.workflow.model.service.WorkflowManagerImpl - Datasource bound to jwdb
INFO 04 nov. 2015 16:12:00 org.displaytag.filter.ResponseOverrideFilter - Filter initialized. Response buffering is enabled
INFO 04 nov. 2015 16:12:17 org.joget.commons.util.DynamicDataSource - datasourceName=workflow, url=jdbc:postgresql://localhost/jwdb, user=postgres
INFO 04 nov. 2015 16:12:18 org.joget.commons.util.SetupManager - Initializing setup cache
INFO 04 nov. 2015 16:12:18 org.joget.plugin.base.PluginManager - PluginManager initialized
INFO 04 nov. 2015 16:12:20 org.joget.workflow.model.service.WorkflowManagerImpl - Datasource bound to jwdb
ERROR 04 nov. 2015 16:12:31 org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ERREUR: la colonne resourcebu0_.messagekey n'existe pas
Position : 35
ERROR 04 nov. 2015 16:12:31 org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ERREUR: la colonne resourcebu0_.messagekey n'existe pas
Position : 35
ERROR 04 nov. 2015 16:12:31 org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ERREUR: la colonne resourcebu0_.messagekey n'existe pas
Position : 35
ERROR 04 nov. 2015 16:12:31 org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ERREUR: la colonne resourcebu0_.messagekey n'existe pas
Position : 35
ERROR 04 nov. 2015 16:12:31 org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ERREUR: la colonne resourcebu0_.messagekey n'existe pas
Position : 35
We can see the name of the table has changed "resourcebu0_" instead of "wf_resource_bundle_message" in the mysql database and the postgreSQL database too.