pgsql: Update SQL features

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update SQL features
Date: 2020-03-27 07:42:30
Message-ID: E1jHjdO-00066l-9D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update SQL features

Change F311 to supported. This was already accomplished when
subfeature F311-04 (WITH CHECK OPTION) was added, but the top-level
feature wasn't updated at the time.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d1b9648c5861dd14773e551f0b0f37f7ff22820

Modified Files
--------------
src/backend/catalog/sql_features.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2020-03-27 10:53:11 Re: pgsql: Provide a TLS init hook
Previous Message Tom Lane 2020-03-26 22:59:09 pgsql: Improve performance of "simple expressions" in PL/pgSQL.