Re: invalid search_path complaints
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-04-03T15:49:44Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Revise the API for GUC variable assign hooks.
- 2594cf0e8c04 9.1.0 cited
Robert Haas <robertmhaas@gmail.com> writes: > If you use ALTER ROLE/DATABASE SET to configure an invalid > search_path, PostgreSQL 9.1 issues a complaint about the invalid > setting on each new connection. This is a behavior change relatively > to previous releases, which did not. I would say that's an improvement. Do you think it isn't? The real issue I think is not so much whether a warning appears, as that prior releases actually installed the broken search_path value as active, which seems worse than leaving the default in place. regards, tom lane