Ticket #973 (closed defect: fixed)
ST_GetFaceGeometry - don't intercept the UniverseFace
| Reported by: | aperi2007 | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | Cc: |
Description
Hi, when executing:
SELECT topology.ST_GetFaceGeometry('topo_test2',0);
the ST_GetFaceGeometry should return, as ask from the ISO specs,
an exception like:
"SQL/MM Spatial Exception - universal face has no geometry"
instead wrongly the ST_GetFaceGeometry return a record with NULL value.
I guess this is the reason of error reported in the ticket
Change History
Note: See
TracTickets for help on using
tickets.
