Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1300 closed enhancement (fixed)

Add "topology" to the default search_path of topology-enabled DBs

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

Description

We want "topology" to be in the default path of databases with topology installed. This will make function overrides work smoothly. See #1289.

ALTER DATABASE current_db() SET search_path ....

We'll likely need a function for doing the _append_ part (can't append in SQL I'm afraid)

Change History (2)

comment:1 by robe, 12 years ago

Resolution: fixed
Status: newclosed

Done at r8197. It should do it for both new installs and when running the generated topology_upgrade_20_minor.sql

comment:2 by strk, 12 years ago

It did it for sure on new install, see r8201. Thanks a lot !

Note: See TracTickets for help on using tickets.