[postgis-users] AddGeometryColumn and schemas

Steffen Macke sdteffen@web.de
Sat Nov 29 14:16:58 2003


Hi,

I just noticed that AddGeometryColumn() fails
if there's another table with the same name in another schema.
The error seems to occur in line 44 of AddGeometrycolum().
The error message is "more than one row returned by a subquery user as an 
expression"

Did anybody else see this problem before?

(PostGIS 0.8.0, PostgreSQL 7.4)

Steffen