Opened 14 years ago
Closed 14 years ago
#766 closed defect (fixed)
Load (register) WMS doesn't work..
Reported by: | marc | Owned by: | dev |
---|---|---|---|
Priority: | major | Milestone: | 2.7 release |
Component: | administration | Version: | 2.7 rc1 |
Keywords: | Cc: | marc |
Description
..with postgres database < 8.3 because columnType "uuid" is used in several Tables
see changeset
Change History (6)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
added /update_2.7rc1_to_2.7rc2_pgsql_%USEDBENC%.sql to the install.* and update.* in trunc und 2.7
comment:3 by , 14 years ago
Cc: | added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Hi Astrid,
the update script itself is not the problem.
I work with Postgres 8.2.13.
This Postgres Version dosn't support columnType 'uuid'.
so the update script throw an error.
ERROR: type "uuid" does not exist
Now we're using this column in our prepared statements while register a WMS
see
follow-up: 5 comment:4 by , 14 years ago
the new column uuid is now part of the install.sh and update.sh it is added in the file update_2.7rc1_to_2.7rc2_pgsql_$DBENCODING.sql
comment:5 by , 14 years ago
Replying to astrid_emde:
the new column uuid is now part of the install.sh and update.sh it is added in the file update_2.7rc1_to_2.7rc2_pgsql_$DBENCODING.sql
update.sh and update.bat still need to be modified to include the new sql script! right now the svn wont let me commit, so i add this info here...
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Done
- added update_2.7rc1_to_2.7rc2_pgsql_$DBENCODING.sql to *.sh and *.bat
- if datatype uuid does not exist new columns of type varchar are created
the new sql is not part of the update.sh and install.sh yet