Add psql tab completion support for FOR PORTION OF

From: Kiran K <itskkpg(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-hackers(dot)lists(at)postgresql(dot)org
Subject: Add psql tab completion support for FOR PORTION OF
Date: 2026-04-15 03:52:36
Message-ID: CAD0dvCQLqLzPrQJRjjA2qXDH=D+XShcxhbSPxNhVruC8HGhkbQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Add-psql-tab-completion-for-FOR-PORTION-OF-clause.patch application/octet-stream 5.8 KB

Browse pgsql-hackers by date

  From Date Subject
Previous Message David Rowley 2026-04-15 02:33:36 Re: Add bms_offset_members() function for bitshifting Bitmapsets