pgsql: Update SQL features count

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update SQL features count
Date: 2020-04-01 13:01:23
Message-ID: E1jJczj-0002Fv-QQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update SQL features count

The previously listed total of 179 does not appear to be correct for
SQL:2016 anymore. (Previous SQL versions had slightly different
feature sets, so it's plausible that it was once correct.) The
currently correct count is the number of rows in the respective tables
in appendix F in SQL parts 2 and 11, minus 2 features that are listed
twice. Thus the correct count is currently 177. This also matches
the number of Core entries the built documentation currently shows, so
it's internally consistent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/369623492d08703c6e6269c995ce73b73d187416

Modified Files
--------------
doc/src/sgml/features.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-04-01 13:35:56 pgsql: Refactor code to look up local replication tuple
Previous Message Alexander Korotkov 2020-04-01 12:08:35 pgsql: Fix typo in contrib/intarray documentation