Re: Tab completion for SET TimeZone

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Tab completion for SET TimeZone
Date: 2022-03-16 13:26:57
Message-ID: 87h77yrpsu.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> writes:

> Hi hackers,
>
> I noticed there was no tab completion for time zones in psql, so here's
> a patch that implements that.

I just noticed I left out the = in the match check, here's an updated
patch that fixes that.

- ilmari

Attachment Content-Type Size
v2-0001-Add-tab-completion-for-SET-TimeZone-TO.patch text/x-diff 1.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-03-16 13:40:49 Re: Tab completion for SET TimeZone
Previous Message Dagfinn Ilmari Mannsåker 2022-03-16 13:22:07 Tab completion for SET TimeZone