Miscellaneous tab completion issue fixes - Mailing list pgsql-hackers

From vignesh C
Subject Miscellaneous tab completion issue fixes
Date
Msg-id CALDaNm3toRBt6c6saY3174f7CsGztXRvVvfWbikkJEXY7x5WAA@mail.gmail.com
Whole thread Raw
List 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

pgsql-hackers by date:

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