[BUGS] BUG #14860: pg_read_all_stats and pg_stat_replication - Mailing list pgsql-bugs

From [email protected]
Subject [BUGS] BUG #14860: pg_read_all_stats and pg_stat_replication
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: [BUGS] BUG #14860: pg_read_all_stats and pg_stat_replication
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14860
Logged by:          Mahadevan R
Email address:      [email protected]
PostgreSQL version: 10.0
Operating system:   any
Description:

User with pg_read_all_stats privilege is not able to read
some columns (listed below) from the pg_stat_replication
view. This is because these columns come from the function
pg_stat_get_wal_senders(), and this function returns non-null
values only for superuser.

To reproduce, set up streaming replication, and a user with
pg_read_all_stats privilege and "select * from
pg_stat_replication". The following columns will be null:

state
sent_lsn
write_lsn
flush_lsn
replay_lsn
sync_priority
sync_state



--
Sent via pgsql-bugs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Mahadevan R
Date:
Subject: [BUGS] pg_read_all_stats and pg_stat_replication in postgres 10.
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Improper const-evaluation of HAVING with grouping sets and subquery pullup