Ticket #1723 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

Create extension postgis_topology and search_path

Reported by: jomarlla Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: trunk
Keywords: Cc:

Description

Running the sql scripts I got:

pg20=# show search_path;

search_path

"$user", public, topology

Using the extension system the search_path is including topology schema in the first place (adding pg_catalog schema too). Dont know if pg_catalog is need or not but I think topology schema in first place could be a bug.

s3=# create extension postgis; CREATE EXTENSION s3=# create extension postgis_topology; CREATE EXTENSION s3=# show search_path;

search_path

topology, public, pg_catalog

Change History

Changed 14 months ago by jomarlla

  • version changed from 1.5.X to trunk

Im using r9555

Changed 14 months ago by strk

Log out and in again, search_path should then match.

Changed 14 months ago by jomarlla

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

Its working, sorry about the noise and thanks Sandro.

Changed 14 months ago by strk

  • status changed from closed to reopened
  • resolution invalid deleted

r9556 fixes the in-session search_path as well

Changed 14 months ago by strk

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.