pgsql: Fix some section numbers in information_schema.sql

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some section numbers in information_schema.sql
Date: 2023-03-29 09:37:06
Message-ID: E1phSEr-000III-Dc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some section numbers in information_schema.sql

Some of the section numbers that appeared multiple times were not
updated completely by previous changes d61d9aa750 and eb3a1376c9.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/38b7437b9088b4859e4489a1a1a9ab7066f5b320

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-03-29 10:13:22 pgsql: SQL/JSON: add standard JSON constructor functions
Previous Message Peter Eisentraut 2023-03-29 07:49:54 pgsql: meson: Change default buildtype to debugoptimized