Ticket #1413 (closed defect: fixed)
COPY into typmod table fails on OSX
| Reported by: | pramsey | Owned by: | pramsey |
|---|---|---|---|
| Priority: | critical | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | osx | Cc: |
Description
From the loader regression:
CREATE TABLE "point" (gid serial);
ALTER TABLE "point" ADD PRIMARY KEY (gid);
SELECT AddGeometryColumn('','point','geom','0','POINT',2);
COPY "point" (geom) FROM stdin;
POINT(0 1)
\.
returns
ERROR: Geometry type (Invalid type) does not match column type (Point) CONTEXT: COPY point, line 1, column geom: "POINT(0 1)"
Change History
Note: See
TracTickets for help on using
tickets.
