Opened 13 years ago
Closed 13 years ago
#1346 closed defect (fixed)
"$user", public, topology, topology, topology, topology
Reported by: | strk | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
The more you source topology/topology.sql the more "topology" elements are pushed to the end of your search_path next time you log on.
This is happening as of pgsql 8.4.
Note:
See TracTickets
for help on using tickets.
Strk — I noticed this happened if you are logged in and keeping installing since the database can't see the the database search path has topology already until you disconnect and connect again.
I couldn't find a solution to that issue, but didn't think it was that big of an issue since when you install, you usually disconnect your session after. Are you saying that is not the case or perhaps you have a custom user search path that doesn't have topology?