Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
294e7945
Commit
294e7945
authored
Nov 27, 2008
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark features related to WITH/SELECT as supported.
parent
58bece7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/backend/catalog/sql_features.txt
src/backend/catalog/sql_features.txt
+4
-4
No files found.
src/backend/catalog/sql_features.txt
View file @
294e7945
...
@@ -400,10 +400,10 @@ T061 UCS support NO
...
@@ -400,10 +400,10 @@ T061 UCS support NO
T071 BIGINT data type YES
T071 BIGINT data type YES
T101 Enhanced nullability determiniation NO
T101 Enhanced nullability determiniation NO
T111 Updatable joins, unions, and columns NO
T111 Updatable joins, unions, and columns NO
T121 WITH (excluding RECURSIVE) in query expression
NO
T121 WITH (excluding RECURSIVE) in query expression
YES
T122 WITH (excluding RECURSIVE) in subquery
NO
T122 WITH (excluding RECURSIVE) in subquery
YES
T131 Recursive query
NO
T131 Recursive query
YES
T132 Recursive query in subquery
NO
T132 Recursive query in subquery
YES
T141 SIMILAR predicate YES
T141 SIMILAR predicate YES
T151 DISTINCT predicate YES
T151 DISTINCT predicate YES
T152 DISTINCT predicate with negation YES
T152 DISTINCT predicate with negation YES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment