> On Oct 25, 2025, at 12:38, Florents Tselai <[email protected]> wrote: > > <v3-0001-psql-Add-S-prompt-escape-to-display-current-searc.patch> Overall LGTM. Just one comment: ``` + /* current search_path, or "?" if not reported by the server */ + case 'S': + strlcpy(buf, session_search_path(), sizeof(buf)); + break; ``` I guess we also need to update the function comment to add a description for ā%Sā. Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.com/
- Re: Feature: psql - display current search_path in prompt Nathan Bossart
- Re: Feature: psql - display current search_path in pr... Florents Tselai
- Re: Feature: psql - display current search_path i... Nathan Bossart
- Re: Feature: psql - display current search_pa... Florents Tselai
- Re: Feature: psql - display current searc... Chao Li
- Re: Feature: psql - display current ... Nathan Bossart
- Re: Feature: psql - display curr... Chao Li
- Re: Feature: psql - display ... Nathan Bossart
- Re: Feature: psql - display ... Nathan Bossart
