From: Peter Eisentraut Date: Wed, 26 Nov 2008 09:29:16 +0000 (+0000) Subject: Feature F442 "Mixed column references in set functions" is supported. X-Git-Tag: REL8_4_BETA1~635 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15c67060b10070b55e23f0e1fc50a08a994c0984;p=postgresql Feature F442 "Mixed column references in set functions" is supported. --- diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 3afffa814a..99957d260a 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -257,7 +257,7 @@ F431 Read-only scrollable cursors 04 FETCH PRIOR YES F431 Read-only scrollable cursors 05 FETCH ABSOLUTE YES F431 Read-only scrollable cursors 06 FETCH RELATIVE YES F441 Extended set function support YES -F442 Mixed column references in set functions NO +F442 Mixed column references in set functions YES F451 Character set definition NO F461 Named character sets NO F471 Scalar subquery values YES