| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | g***(at)gmail(dot)com |
| Subject: | Add mention to related system catalog functions on Tablespaces documentation pages. |
| Date: | 2024-09-11 23:26:50 |
| Message-ID: | 172609721070.1128084.6724666076293146476@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/16/manage-ag-tablespaces.html
Description:
The tablespaces documentation page seems to be missing a mention to the
following functions:
pg_tablespace_databases
pg_tablespace_location
These are documented in
https://www.postgresql.org/docs/current/functions-info.html#FUNCTIONS-INFO-CATALOG,
but I think it would be nice to add at least a brief mention (or link) to
them in the main tablespace docs. The following query is especially helpful
when troubleshooting issues with tablespaces:
postgres=# SELECT *, pg_tablespace_location(oid) FROM pg_tablespace;
It would be beneficial, in my opinion, to use it as an additional example to
the one that is currently shown.
Best,
Agustín.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2024-09-12 03:17:28 | Re: Table rewrite supporting functions for event triggers |
| Previous Message | PG Doc comments form | 2024-09-11 20:12:19 | Elaborate on phrase "table metadata" in the Notes section of ALTER by specifying pg_attribute |