Issue Details (XML | Word | Printable)

Key: MBS-5316
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Oliver Charles
Reporter: Oliver Charles
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

Remove PGOPTIONS/search_path from ./admin/psql

Created: 18/Sep/12 05:25 PM   Updated: 01/Oct/12 03:23 PM   Resolved: 01/Oct/12 03:23 PM
Component/s: None
Affects Version/s: None
Fix Version/s: Schema change, 2012-10-15


 Description  « Hide

This is not compatible with pgbouncer, so anything relying on admin/psql breaks entirely. The correct way to do this, is to:

ALTER USER some_user SET SEARCH PATH = musicbrainz, public;

And then the search_path will always be correct.



Sort Order: Ascending order - Click to sort in descending order
Oliver Charles added a comment - 18/Sep/12 05:26 PM

Oliver Charles added a comment - 25/Sep/12 11:44 AM

The merge window for 2012-10-01 is now closed, so this will have to wait until 2012-10-15.


Oliver Charles added a comment - 01/Oct/12 03:23 PM

Merged to beta, but this requires deployment to be tested so I'm closing as fixed.