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:42
Message-ID: E1x6RjK-00000000RBe-1Fij@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
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2874526137968132731a2fbfe1b779353a488c1c

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:46 pgsql: doc: Database and tablespace size functions throws error
Previous Message Daniel Gustafsson 2026-09-15 11:53:22 pgsql: doc: Database and tablespace size functions throws error