Ticket #1196 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

topologysummary fails

Reported by: martinl Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: trunk
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

follow-up: ↓ 2   Changed 21 months ago by strk

I tought robe fixed this at r7823. Are you sure you re-sourced topology.sql after svn update && ./configure --with-topology && make ?

in reply to: ↑ 1   Changed 21 months ago by martinl

  • status changed from new to closed
  • resolution set to fixed

Replying to strk:

I tought robe fixed this at r7823. Are you sure you re-sourced topology.sql after svn update && ./configure --with-topology && make ?

Right, after re-sourcing topology.sql it works. Thanks. Martin

Note: See TracTickets for help on using tickets.