#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)
Note:
See TracTickets
for help on using tickets.
Done at r8197. It should do it for both new installs and when running the generated topology_upgrade_20_minor.sql