Add MERGE and VALUES statements to tab completion for PREPARE
Haruna Miwa <miwa@sraoss.co.jp>
From: Haruna Miwa <miwa@sraoss.co.jp>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2025-11-10T00:40:43Z
Lists: pgsql-hackers
Attachments
- 0001-Add-MERGE-and-VALUES-statements-to-tab-completion-fo.patch (application/octet-stream) patch 0001
Hi, As described in the manual[1], PREPARE ... AS command supports MERGE and VALUES statements, but current psql's tab completion does not suggest them. I created a patch that enables MERGE and VALUES to appear as tab completion suggestions. What do you think? [1] https://www.postgresql.org/docs/devel/sql-prepare.html -- Haruna Miwa
Commits
-
psql: Improve tab-completion for PREPARE.
- 81966c5458fb 19 (unreleased) landed