]> granicus.if.org Git - postgis/commitdiff
addresses #3340 fix typo in last commit
authorRegina Obe <lr@pcorp.us>
Mon, 19 Oct 2015 04:31:58 +0000 (04:31 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 19 Oct 2015 04:31:58 +0000 (04:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14289 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index e8385d4e25b960bb2304cf374cc43e1f6634c03a..31e73a40034bef724c2a7f8d62dd7352c6ec3a79 100644 (file)
@@ -1922,7 +1922,7 @@ BEGIN
                 pg_attribute a,
                 pg_type t,
                 pg_namespace n
-       WHERE (c.relkind IN('r','v','f')
+       WHERE c.relkind IN('r','v','f')
                AND t.typname = 'geometry'
                AND a.attisdropped = false
                AND a.atttypid = t.oid