Opened 13 years ago
Closed 13 years ago
#1196 closed defect (fixed)
topologysummary fails
Reported by: | martinl | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Hi, while testing basic features of PostGIS Topology I discovered
set search_path to topology,public; select createtopology('conf'); select topology.topologysummary('topo9'); ERROR: Got column reference "topology_id" is ambiguous (42702)
It's seems to be a bug. PostGIS from SVN, PostgreSQL 9.0.4, Debian GNU/Linux unstable.
Change History (2)
follow-up: 2 comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I tought robe fixed this at r7823. Are you sure you re-sourced topology.sql after svn update && ./configure —with-topology && make ?