pgsql: Correct some SQL feature names

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct some SQL feature names
Date: 2022-11-25 15:57:56
Message-ID: E1oyb5P-000mNj-Ra@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct some SQL feature names

Maybe these were initially typos or they have been changed upstream
since we first added them. This brings it all in line with SQL:2016.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/sql_features.txt | 50 ++++++++++++++++++------------------
1 file changed, 25 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-11-25 20:38:40 pgsql: Allow building with MSVC and Strawberry perl
Previous Message Andrew Dunstan 2022-11-25 14:00:20 Re: pgsql: Expand AclMode to 64 bits