public inbox for [email protected]  
help / color / mirror / Atom feed
From: Peter Eisentraut <[email protected]>
To: [email protected]
Subject: pgsql: Add psql tab completion for FOR PORTION OF clause
Date: Tue, 12 May 2026 15:29:30 +0000
Message-ID: <[email protected]> (raw)

Add psql tab completion for FOR PORTION OF clause

Add tab completion support in psql for the FOR PORTION OF clause
used in UPDATE and DELETE statements with temporal tables.

For both UPDATE and DELETE, completion now guides users through:
  <table> FOR -> PORTION -> OF -> <column> -> FROM

Author: Kiran Kaki <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/CAD0dvCQLqLzPrQJRjjA2qXDH%3DD%2BXShcxhbSPxNhVruC8HGhkbQ%4...

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b22f15a015ff57507cd9c8cfa0b9741b33cc0bd

Modified Files
--------------
src/bin/psql/t/010_tab_completion.pl | 40 +++++++++++++++++++++++++++++++++++-
src/bin/psql/tab-complete.in.c       | 30 ++++++++++++++++++++++++---
2 files changed, 66 insertions(+), 4 deletions(-)



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: pgsql: Add psql tab completion for FOR PORTION OF clause
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox