]> granicus.if.org Git - postgis/commit
Fixed bug in update_geometry_stats() choking on null attrelids.
authorSandro Santilli <strk@keybit.net>
Thu, 3 Jun 2004 11:06:53 +0000 (11:06 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 3 Jun 2004 11:06:53 +0000 (11:06 +0000)
commit5826682dc1ffd6f378b1a04bb88a4ece6808691f
treea600154b296a2ee2103d7fff50234608c4ac25a2
parent96e2f045964e9f024cd558a44e6605536fc5f609
Fixed bug in update_geometry_stats() choking on null attrelids.
Modified update_geometry_stats(varchar, varchar) to cleanup stale
record(s).
Added a CREATEFUNCTION define to become CREATE OR REPLACE FUNCTION
for PG > 71.
Made update_geometry_stats(*) return meaningful result.

git-svn-id: http://svn.osgeo.org/postgis/trunk@574 b70326c6-7e19-0410-871a-916f4a2858ee
postgis.sql.in