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
b2ae8f1e
Commit
b2ae8f1e
authored
Sep 12, 2015
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SQL features list
parent
a7212a99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/backend/catalog/sql_features.txt
src/backend/catalog/sql_features.txt
+4
-5
No files found.
src/backend/catalog/sql_features.txt
View file @
b2ae8f1e
...
@@ -229,7 +229,7 @@ F311 Schema definition statement 02 CREATE TABLE for persistent base tables YES
...
@@ -229,7 +229,7 @@ F311 Schema definition statement 02 CREATE TABLE for persistent base tables YES
F311 Schema definition statement 03 CREATE VIEW YES
F311 Schema definition statement 03 CREATE VIEW YES
F311 Schema definition statement 04 CREATE VIEW: WITH CHECK OPTION YES
F311 Schema definition statement 04 CREATE VIEW: WITH CHECK OPTION YES
F311 Schema definition statement 05 GRANT statement YES
F311 Schema definition statement 05 GRANT statement YES
F312 MERGE statement NO
C
onsider INSERT ... ON CONFLICT DO UPDATE
F312 MERGE statement NO
c
onsider INSERT ... ON CONFLICT DO UPDATE
F313 Enhanced MERGE statement NO
F313 Enhanced MERGE statement NO
F314 MERGE statement with DELETE branch NO
F314 MERGE statement with DELETE branch NO
F321 User authorization YES
F321 User authorization YES
...
@@ -383,7 +383,7 @@ S274 Multisets of reference types NO
...
@@ -383,7 +383,7 @@ S274 Multisets of reference types NO
S275 Advanced multiset support NO
S275 Advanced multiset support NO
S281 Nested collection types NO
S281 Nested collection types NO
S291 Unique constraint on entire row NO
S291 Unique constraint on entire row NO
S301 Enhanced UNNEST
NO
S301 Enhanced UNNEST
YES
S401 Distinct types based on array types NO
S401 Distinct types based on array types NO
S402 Distinct types based on distinct types NO
S402 Distinct types based on distinct types NO
S403 ARRAY_MAX_CARDINALITY NO
S403 ARRAY_MAX_CARDINALITY NO
...
@@ -481,8 +481,7 @@ T501 Enhanced EXISTS predicate YES
...
@@ -481,8 +481,7 @@ T501 Enhanced EXISTS predicate YES
T502 Period predicates NO
T502 Period predicates NO
T511 Transaction counts NO
T511 Transaction counts NO
T521 Named arguments in CALL statement NO
T521 Named arguments in CALL statement NO
T522 Default values for IN parameters of SQL-invoked procedures NO
T522 Default values for IN parameters of SQL-invoked procedures NO supported except DEFAULT key word in invocation
T541 Updatable table references NO
T551 Optional key words for default syntax YES
T551 Optional key words for default syntax YES
T561 Holdable locators NO
T561 Holdable locators NO
T571 Array-returning external SQL-invoked functions NO
T571 Array-returning external SQL-invoked functions NO
...
@@ -490,7 +489,7 @@ T572 Multiset-returning external SQL-invoked functions NO
...
@@ -490,7 +489,7 @@ T572 Multiset-returning external SQL-invoked functions NO
T581 Regular expression substring function YES
T581 Regular expression substring function YES
T591 UNIQUE constraints of possibly null columns YES
T591 UNIQUE constraints of possibly null columns YES
T601 Local cursor references NO
T601 Local cursor references NO
T611 Elementary OLAP operations
NO most forms supported
T611 Elementary OLAP operations
YES
T612 Advanced OLAP operations NO some forms supported
T612 Advanced OLAP operations NO some forms supported
T613 Sampling YES
T613 Sampling YES
T614 NTILE function YES
T614 NTILE function 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