PostgreSQL Plugin 1.4
Description
This plugin adds the support for PostgreSQL 8.4 RDBMS.
Installation
PostgreSQL
- Start PostgreSQL.
- Open a PostgreSQL client (e.g. pgAdmin)
- Add a new Database named
jcmsdb
withUTF-8
encoding. - Create a new user
jcms
allowed to managed this Database.
JCMS
- Go to Admin Area > Properties > Database.
- Select
PostgreSQL 5
in the RDBMS list box. - Enter the JDBC URL for
jcmsdb
. Example:jdbc:postgresql://localhost:5432/jcmsdb
- Enter the name (
jcms
) and the password to access to thejcmsdb
database. - Click on Check Connection...
- Once the database connection has been established successfully , save and restard JCMS