![]() |
Hello, In this case: CREATE TABLE t1 (geom ST_GEOMETRY, id PRIMARY KEY not null integer) ; CREATE TRIGGER t_ins AFTER INSERT ON t INSERT INTO t (geom, id) VALUES (null,1); I have the error : The owner expression of the UDM invocation 'ST_ENVELOPE' is not a UDT
12 Apr 2011
| 2 comments
,
|