Thread: pgsql: Update SQL conformance information

pgsql: Update SQL conformance information

From
Peter Eisentraut
Date:
Update SQL conformance information

T612 has been fully supported since the major window function
enhancements in PostgreSQL 11, but it wasn't updated at the time.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/21e60fa8fe296355dca96c451fb13119cc0e6bd2

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


Re: pgsql: Update SQL conformance information

From
Tom Lane
Date:
Peter Eisentraut <peter@eisentraut.org> writes:
> Update SQL conformance information
> T612 has been fully supported since the major window function
> enhancements in PostgreSQL 11, but it wasn't updated at the time.

So shouldn't that get back-patched into 11 and 12?

            regards, tom lane



Re: pgsql: Update SQL conformance information

From
Peter Eisentraut
Date:
On 2019-08-22 15:56, Tom Lane wrote:
> Peter Eisentraut <peter@eisentraut.org> writes:
>> Update SQL conformance information
>> T612 has been fully supported since the major window function
>> enhancements in PostgreSQL 11, but it wasn't updated at the time.
> 
> So shouldn't that get back-patched into 11 and 12?

We usually don't update these in released branches, since it changes the
catalog contents.  We could possibly do it in 12 if we have other
catalog changes pending.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services