首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

manually install postgis 2.0.x on windows 七

2013-01-08 
manually install postgis 2.0.x on windows 7when doing installation postgis on windows 7 manually, Y

manually install postgis 2.0.x on windows 7

when doing installation postgis on windows 7 manually, You may encounter a problem when?

?

"create extension postgis" is operated.?

?

pg may complain some errors about insecure usage of backslash quote in client programming?

?

a simple solution is :

?

find out postgis-2.0.x on your_postgis_path/share/extensions/

?

remove all \'.

?

\' in my case only appear in this block:

?

IF format != 'GDAL' THEN

? ? ? ? ? ? ? ? RAISE WARNING E'Format \'%\' is not recognized, defaulting to GDAL format.', format;

? ? ? ? ? ? END IF;

?

?

running "create extension postgis" again, it should work now.

热点排行