f303.diff

application/octet-stream

Filename: f303.diff
Type: application/octet-stream
Part: 0
Message: Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual

Patch

Format: unified
File+
src/backend/catalog/sql_features.txt 1 1
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index 4085a2d18d..e03e003187 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -230,8 +230,8 @@ F291	UNIQUE predicate			NO
 F292	UNIQUE null treatment			YES	
 F301	CORRESPONDING in query expressions			NO	
 F302	INTERSECT table operator			YES	
-F303	INTERSECT DISTINCT table operator			YES	
 F302	INTERSECT table operator	02	INTERSECT ALL table operator	YES	
+F303	INTERSECT DISTINCT table operator			YES	
 F304	EXCEPT ALL table operator			YES	
 F305	INTERSECT ALL table operator			YES	
 F311	Schema definition statement			YES