pgsql: doc: Update info on information schema usage tables

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Update info on information schema usage tables
Date: 2023-12-01 07:48:52
Message-ID: E1r8yGa-0084sb-8W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update info on information schema usage tables

Commit f40c6969d0 added the information schema usage tables but added
documentation that they did not fully work yet. Commit e717a9a18b
then added SQL-standard function bodies, which made the information
schema views fully functional, but it neglected to update the
documentation. This is now done here.

Reported-by: Erki Eessaar <erki(dot)eessaar(at)taltech(dot)ee>
Reviewed-by: Erki Eessaar <erki(dot)eessaar(at)taltech(dot)ee>
Discussion: https://www.postgresql.org/message-id/flat/AM9PR01MB8268EC7B696F9FE346CA5B93FEB8A%40AM9PR01MB8268.eurprd01.prod.exchangelabs.com

Branch
------
REL_14_STABLE

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

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-12-01 11:22:50 Re: pgsql: Clean up role created in new subscription test.
Previous Message Amit Kapila 2023-12-01 05:01:40 pgsql: Fix an uninitialized access in hash_xlog_squeeze_page().