mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
psql: Add tab completion for logical replication
Add tab completion for publications and subscriptions. Also, to be able to get a list of subscriptions, make pg_subscription world-readable but revoke access to subconninfo using column privileges. From: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@@ -6324,9 +6324,8 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Access to this catalog is restricted from normal users. Normal users can
|
||||
use the view <xref linkend="pg-stat-subscription"> to get some information
|
||||
about subscriptions.
|
||||
Access to the column <structfield>subconninfo</structfield> is revoked from
|
||||
normal users, because it could contain plain-text passwords.
|
||||
</para>
|
||||
|
||||
<table>
|
||||
|
Reference in New Issue
Block a user