We created support for Coherent Access module for PgSql.
There was a little bug with double quotes in module file that made a problem with communication with pgsql.
We are sending fixed module and it should to be compatible with both: MySQL and PgSQL.
Files are in attachment.

CommentFileSizeAuthor
coherent_access.zip12.59 KBradoya

Comments

jgraham’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not too familiar with pgsql; is it necessary for column 'gid' in table 'coherent_access_gid' to be of type 'bigserial' rather than 'bigint'

If it is better for it to be of type 'bigserial' then we should probably adjust 'gid' in 'coherent_access_user' to point to the same place.