Skip to content

Commit c6e0eda

Browse files
committed
Add some comments to some SQL features
Otherwise, it could be confusing to a reader that some of these well-publicized features are simply listed as unsupported without further explanation.
1 parent 37b3794 commit c6e0eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/sql_features.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ T171 LIKE clause in table definition YES
432432
T172 AS subquery clause in table definition YES
433433
T173 Extended LIKE clause in table definition YES
434434
T174 Identity columns YES
435-
T175 Generated columns NO
436-
T176 Sequence generator support NO
435+
T175 Generated columns NO mostly supported
436+
T176 Sequence generator support NO supported except for NEXT VALUE FOR
437437
T177 Sequence generator support: simple restart option YES
438438
T178 Identity columns: simple restart option YES
439439
T180 System-versioned tables NO

0 commit comments

Comments
 (0)