> On Oct 25, 2025, at 12:38, Florents Tselai <florents.tselai@gmail.com> 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/