From 5a0115be151ce90bca2338d0017530c94c11e729 Mon Sep 17 00:00:00 2001 From: David Blasby <dblasby@gmail.com> Date: Thu, 5 Sep 2002 16:39:38 +0000 Subject: [PATCH] Fixed typo in dropgeometrycolumn() - IS null to =null. This was caused in the last 'fix'. git-svn-id: http://svn.osgeo.org/postgis/trunk@186 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis.sql.in b/postgis.sql.in index 86b529759..a8795abab 100644 --- a/postgis.sql.in +++ b/postgis.sql.in @@ -118,7 +118,7 @@ BEGIN -- update the given table/column so that it it all NULLS - EXECUTE ''update ''||table_name||'' set ''||column_name||'' IS NULL''; + EXECUTE ''update ''||table_name||'' set ''||column_name||''= NULL''; -- add = NULL constraint to given table/column -- 2.40.0