Re: Report search_path value back to the client.
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alexey Klyukin <alexk@hintbits.com>,
Alexander Kukushkin <cyberdemn@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-11-03T09:22:35Z
Lists: pgsql-hackers
Attachments
- v1-0001-Mark-search_path-as-GUC_REPORT.patch (application/octet-stream) patch v1-0001
For completeness attached is a tiny patch implementing this, so this thread can be added to the commit fest.
Commits
-
Document that search_path is reported by the server
- 0d06a7eac4b2 18.0 landed
-
Mark search_path as GUC_REPORT
- 28a1121fd912 18.0 landed
-
Avoid spamming the client with multiple ParameterStatus messages.
- 2432b1a04087 14.0 cited
-
Mark application_name as GUC_REPORT so that the value will be reported back
- 59ed94ad0c9f 9.0.0 cited