Re: Allow pg_read_all_stats to see database size in \l+

From: Christoph Berg <myon(at)debian(dot)org>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Subject: Re: Allow pg_read_all_stats to see database size in \l+
Date: 2026-07-22 14:52:29
Message-ID: amDZLZLYYd01U9Ku@msg.df7cb.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Re: Álvaro Herrera
> + pset.sversion >= 100000 ? "OR pg_catalog.pg_has_role('pg_read_all_stats', 'USAGE')\n" : "",

Should I create patch files for 14..19?

Christoph

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ayush Tiwari 2026-07-22 15:07:29 Add a pg_wal_preallocate() SQL function to eagerly create future WAL segments
Previous Message Ants Aasma 2026-07-22 14:52:02 Re: [PATCH] Batched clock sweep to reduce cross-socket atomic contention