| 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:46 |
| Message-ID: | E1x6RjO-00000000RCI-0v3V@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_18_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/3d2e8573e9cb91bd2b545184f4f9b326d237bcd1
Modified Files
--------------
doc/src/sgml/func.sgml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2026-09-15 15:19:42 | pgsql: Add slot-based table AM index scan interface. |
| Previous Message | Daniel Gustafsson | 2026-09-15 11:53:42 | pgsql: doc: Database and tablespace size functions throws error |