Miscellaneous tab completion issue fixes

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Miscellaneous tab completion issue fixes
Date: 2022-10-03 15:11:07
Message-ID: CALDaNm3toRBt6c6saY3174f7CsGztXRvVvfWbikkJEXY7x5WAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

There were a couple of tab completion issues present:
a) \dRp and \dRs tab completion displays tables instead of displaying
publications and subscriptions.
b) "ALTER ... OWNER TO" does not include displaying of CURRENT_ROLE,
CURRENT_USER and SESSION_USER.

The attached patch has the changes to handle the same.

Regards,
Vignesh

Attachment Content-Type Size
v1-0001-Display-publications-and-subscriptions-for-tab-co.patch text/x-patch 1.1 KB
v1-0002-Include-CURRENT_ROLE-CURRENT_USER-and-SESSION_USE.patch text/x-patch 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Олег Целебровский 2022-10-03 15:30:17 Possible solution for masking chosen columns when using pg_dump
Previous Message Önder Kalacı 2022-10-03 14:19:10 Re: [Proposal] Add foreign-server health checks infrastructure