Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Update SQL features
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 29 Mar 2020 06:56:41 +0000 (08:56 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 29 Mar 2020 06:56:41 +0000 (08:56 +0200)
Change F181 to supported.  It requires that an embedded C program can
be split across multiple files, which ECPG easily supports.

src/backend/catalog/sql_features.txt

index d811beb7fa6d13f0fdb4bcb4a5a305a9a2cd3055..7cd7418db60a726ae2d85e2f977d108de95e71e1 100644 (file)
@@ -206,7 +206,7 @@ F131    Grouped operations  03  Set functions supported in queries with grouped views
 F131   Grouped operations  04  Subqueries with GROUP BY and HAVING clauses and grouped views   YES 
 F131   Grouped operations  05  Single row SELECT with GROUP BY and HAVING clauses and grouped views    YES 
 F171   Multiple schemas per user           YES 
-F181   Multiple module support         NO  
+F181   Multiple module support         YES 
 F191   Referential delete actions          YES 
 F200   TRUNCATE TABLE statement            YES 
 F201   CAST function           YES