pgsql: doc: Database and tablespace size functions throws error

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Database and tablespace size functions throws error
Date: 2026-09-15 11:53:22
Message-ID: E1x6Rj0-00000000RAN-01Nw@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Database and tablespace size functions throws error

Commit b6463ea6ef3e46 added an explicit ereport on missing object
to pg_database_size and pg_tablespace_size, but the documentation
wasn't updated to match.

Author: Zhong ShiHao <zhong950419(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: solai v <solai(dot)cdac(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAGRkXqQSegqDnkRf344G=80mJMn78o9u=auHnx=u1jf=XpuE0A@mail.gmail.com
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a3e782e762248b4a63294936224458571a0eb5a

Modified Files
--------------
doc/src/sgml/func/func-admin.sgml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-09-15 11:53:42 pgsql: doc: Database and tablespace size functions throws error
Previous Message Dean Rasheed 2026-09-15 10:51:30 pgsql: Fix missing SIREAD lock on the row found by ON CONFLICT.