Tab completion for AT TIME ZONE

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Tab completion for AT TIME ZONE
Date: 2023-03-29 10:28:00
Message-ID: 87jzyzsvgv.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

A while back we added support for completing time zone names after SET
TIMEZONE, but we failed to do the same for the AT TIME ZONE operator.
Here's a trivial patch for that.

- ilmari

Attachment Content-Type Size
0001-psql-tab-complete-time-zones-after-AT-TIME-ZONE.patch text/x-diff 1015 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kumar, Sachin 2023-03-29 10:57:49 RE: Initial Schema Sync for Logical Replication
Previous Message Alvaro Herrera 2023-03-29 10:27:58 Re: SQL/JSON revisited