[postgis-devel] pg7.3devel

redmonde at purdue.edu redmonde at purdue.edu
Sun Aug 18 17:19:57 PDT 2002


In postgis.sql to be compatable with the upcomming version of postgres I had to change, ALTER TABLE CHECKS from (''||column_name||''=NULL) to 
(''||column_name||'' IS NULL).

DropGeometryColumn(varchar,varchar,varchar) line 32.
AddGeometryColumn(varchar,varchar,varchar,integer,varchar,integer) line 50.

Eric




More information about the postgis-devel mailing list