Here is an error when enabling this module on PGSql 8.3 :
* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near "(" LINE 3: nodemap_latitude real(10, 6) NOT NULL default '0.000000', ^ in C:\Program Files\PostgreSQL\EnterpriseDB ApachePhp\apache\www\includes\database.pgsql.inc on line 138.
* user warning: query: CREATE TABLE nodemap ( nodemap_nid int_unsigned NOT NULL, nodemap_latitude real(10, 6) NOT NULL default '0.000000', nodemap_longitude real(10, 6) NOT NULL default '0.000000', nodemap_address varchar(255) default '', nodemap_serialized text default '', CONSTRAINT nodemap_nodemap_nid_key UNIQUE (nodemap_nid) ) in C:\Program Files\PostgreSQL\EnterpriseDB ApachePhp\apache\www\includes\database.inc on line 514.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "nodemap" does not exist in C:\Program Files\PostgreSQL\EnterpriseDB ApachePhp\apache\www\includes\database.pgsql.inc on line 138.
* user warning: query: CREATE INDEX nodemap_nodemap_lat_lon_index_idx ON nodemap (nodemap_latitude, nodemap_longitude) in C:\Program Files\PostgreSQL\EnterpriseDB ApachePhp\apache\www\includes\database.inc on line 514.
* There are updates available for one or more of your modules or themes. To ensure the proper functioning of your site, you should update as soon as possible. See the available updates page for more information.
Comments
Comment #1
spinicrus commentedi think you should address this issue to the core devs. nodemap just uses the core api to install db tables, db transparency being done there.
10x.