]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add psql tab completion for FOR PORTION OF clause
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 12 May 2026 15:19:15 +0000 (17:19 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 12 May 2026 15:24:01 +0000 (17:24 +0200)
commit7b22f15a015ff57507cd9c8cfa0b9741b33cc0bd
treef6afd4d4d280aa16ee9f1e08640dd0495dd82b9e
parent8268e41aca23ae3414360b0a1dc6ae99ea7b43f4
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 <itskkpg@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAD0dvCQLqLzPrQJRjjA2qXDH%3DD%2BXShcxhbSPxNhVruC8HGhkbQ%40mail.gmail.com
src/bin/psql/t/010_tab_completion.pl
src/bin/psql/tab-complete.in.c