pgsql: Update information_schema for SQL:2023

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update information_schema for SQL:2023
Date: 2023-04-05 08:00:06
Message-ID: E1pjy3p-001SdV-CC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update information_schema for SQL:2023

This is mainly a light renumbering to match the sections in the
standard.

The comments for SQL_IMPLEMENTATION_INFO and SQL_SIZING are no longer
applicable because the required information has been moved into part
9.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f275af8cb88e5a87b01467ad90704c945806d7dd

Modified Files
--------------
src/backend/catalog/information_schema.sql | 203 ++++++++++++++---------------
1 file changed, 99 insertions(+), 104 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-04-05 13:52:53 pgsql: Fix wrong word in comment.
Previous Message John Naylor 2023-04-05 07:27:42 pgsql: doc: Update error messages in RLS examples