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

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

  1. psql: Improve tab-completion for PREPARE.