[PATCH] psql: Add tab-complete for optional view parameters

From: Christoph Heiss <christoph(at)c8h4(dot)io>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] psql: Add tab-complete for optional view parameters
Date: 2022-12-07 19:44:27
Message-ID: a2075c5a-66f9-a564-f038-9ac044b03117@c8h4.io
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all!

This adds tab-complete for optional parameters (as can be specified
using WITH) for views, similarly to how it works for storage parameters
of tables.

Thanks,
Christoph Heiss

Attachment Content-Type Size
0001-psql-Add-tab-complete-for-optional-view-parameters.patch text/x-patch 3.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-12-07 20:16:16 Re: Error-safe user functions
Previous Message Jacob Champion 2022-12-07 19:06:07 Re: [PoC] Federated Authn/z with OAUTHBEARER