[postgis-tickets] r14289 - trunk/postgis
postgis-tickets at lists.osgeo.org
postgis-tickets at lists.osgeo.org
Sun Oct 18 21:31:58 PDT 2015
Author: robe
Date: 2015-10-18 21:31:58 -0700 (Sun, 18 Oct 2015)
New Revision: 14289
Modified:
trunk/postgis/postgis.sql.in
Log:
addresses #3340 fix typo in last commit
Modified: trunk/postgis/postgis.sql.in
===================================================================
--- trunk/postgis/postgis.sql.in 2015-10-19 04:16:25 UTC (rev 14288)
+++ trunk/postgis/postgis.sql.in 2015-10-19 04:31:58 UTC (rev 14289)
@@ -1922,7 +1922,7 @@
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
More information about the postgis-tickets
mailing list