Add MERGE and VALUES statements to tab completion for PREPARE - Mailing list pgsql-hackers

From Haruna Miwa
Subject Add MERGE and VALUES statements to tab completion for PREPARE
Date
Msg-id TY7P286MB5466B859BD6C5BE64E961878F1CEA@TY7P286MB5466.JPNP286.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Add MERGE and VALUES statements to tab completion for PREPARE
List pgsql-hackers
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?


--
Haruna Miwa
Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: DOCS: What SGML markup to use for user objects like tables, columns, etc?
Next
From: jian he
Date:
Subject: Re: Emitting JSON to file using COPY TO