PG15 beta1 fix pg_database view document
Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com>
From: "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi.shinoda@hpe.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2022-05-23T02:00:18Z
Lists: pgsql-hackers
Attachments
- pg_database_doc_v1.diff (application/octet-stream) patch v1
Hi hackers, Thanks to all the developers. The attached patch updates the manual for the pg_database catalog. The current pg_database view definition is missing the datlocprovider column. The attached patch adds this column info. https://www.postgresql.org/docs/15/catalog-pg-database.html Regards, Noriyoshi Shinoda
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Add documentation for pg_database.datlocprovider column
- 09ed73f1a4af 15.0 landed