Add psql tab completion support for FOR PORTION OF

Kiran K <itskkpg@gmail.com>

From: Kiran K <itskkpg@gmail.com>
To: pgsql-hackers@postgresql.org, pgsql-hackers.lists@postgresql.org
Date: 2026-04-15T03:52:36Z
Lists: pgsql-hackers

Attachments

Hi Hackers,

Add tab completion support in psql for the FOR PORTION OF clause
used in UPDATE and DELETE statements with temporal tables.
Attached a patch with the changes and corresponding tests.


Regards,
Kiran

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Add psql tab completion for FOR PORTION OF clause