#1201 closed defect (fixed)
populate_geometry_columns() errors with EXECUTE NULL
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: | andreasft@… |
Description
select populate_geometry_columns(); ERROR: query string argument of EXECUTE is null CONTEXT: PL/pgSQL function "populate_geometry_columns" line 53 at EXECUTE statement PL/pgSQL function "populate_geometry_columns" line 50 at assignment.
http://www.postgis.org/pipermail/postgis-users/2011-September/030798.html
I'm guessing this is caused by an empty table with geometry column and no constraints
Note:
See TracTickets
for help on using tickets.
fixed at r7183