From: Sandro Santilli Date: Tue, 1 Jun 2004 16:56:07 +0000 (+0000) Subject: removed namespace check for PG<73 in update_geometry_stats() X-Git-Tag: pgis_0_9_1~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17b5b3aec3cb0d220308251693708c8930937445;p=postgis removed namespace check for PG<73 in update_geometry_stats() git-svn-id: http://svn.osgeo.org/postgis/trunk@562 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis.sql.in b/postgis.sql.in index 968d2e7fd..af264a490 100644 --- a/postgis.sql.in +++ b/postgis.sql.in @@ -3019,7 +3019,6 @@ BEGIN FROM pg_class c, pg_attribute a WHERE c.relname = f_table_name::name AND a.attname = f_geometry_column::name - AND c.relnamespace = n.oid AND a.attrelid = c.oid; #endif