Opened 12 years ago

Closed 12 years ago

#1723 closed defect (fixed)

Create extension postgis_topology and search_path

Reported by: jomarlla Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: master
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 (5)

comment:1 by jomarlla, 12 years ago

Version: 1.5.Xtrunk

Im using r9555

comment:2 by strk, 12 years ago

Log out and in again, search_path should then match.

comment:3 by jomarlla, 12 years ago

Resolution: invalid
Status: newclosed

Its working, sorry about the noise and thanks Sandro.

comment:4 by strk, 12 years ago

Resolution: invalid
Status: closedreopened

r9556 fixes the in-session search_path as well

comment:5 by strk, 12 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.