From 7f6bc33fe3490bd1a2b9b584abbabe3e17b1715a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 20 Oct 2008 12:47:48 +0000 Subject: [PATCH] Feature F402 "Named column joins for LOBs, arrays, and multisets" is supported, to the extent that LOBs, arrays, and multisets are supported. --- src/backend/catalog/sql_features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 70545cb1af..0f8791164a 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -245,7 +245,7 @@ F401 Extended joined table YES F401 Extended joined table 01 NATURAL JOIN YES F401 Extended joined table 02 FULL OUTER JOIN YES F401 Extended joined table 04 CROSS JOIN YES -F402 Named column joins for LOBs, arrays, and multisets NO +F402 Named column joins for LOBs, arrays, and multisets YES F403 Partitioned joined tables NO F411 Time zone specification YES differences regarding literal interpretation F421 National character YES -- GitLab