Ticket #1094 (closed defect: fixed)
Fix broken curved regress tests
| Reported by: | robe | Owned by: | strk |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
As a result of the switch to typmod as default behavior of AddGeometryColumn? -- most of the curved support regress tests are failing.
Paul can you take care of it. Not sure what types these should be.
For example this:
CREATE TABLE public.circularstring (id INTEGER, description VARCHAR);
SELECT AddGeometryColumn('public', 'circularstring', 'the_geom_2d', -1, 'CIRCULARSTRING', 2);
Now generates a statement:
ALTER TABLE public.circularstring ADD COLUMN the_geom_2d geometry(CircularString, -1);
Which gives error: ERROR: Invalid geometry type modifier: circularstring
Not sure what it should be
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

