Ticket #923 (closed defect: fixed)
Erroneous documentation examples with "GEOMETRYCOLLECTION(EMPTY)"
| Reported by: | mwtoews | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | documentation | Version: | trunk |
| Keywords: | Cc: |
Description
See patch for corrections to trunk.
Also, as a related side note (and possibly a separate ticket) it might be worth pointing out that the "GEOMETRYCOLLECTION(EMPTY) syntax support for backward compatibility" documented release note for version 1.0.0RC2 is no longer valid on the trunk version of PostGIS:
postgis=# SELECT ST_IsEmpty('GEOMETRYCOLLECTION(EMPTY)'); ERROR: parse error - invalid geometry LINE 1: SELECT ST_IsEmpty('GEOMETRYCOLLECTION(EMPTY)'); ^ HINT: "GEOMETRYCOLLECTION(EMPTY" <-- parse error at position 24 within geometry
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

