PgSQL support
radoya - June 13, 2008 - 09:49
| Project: | Coherent Access |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| coherent_access.zip | 12.59 KB |

#1
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.