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
05d36b68
Commit
05d36b68
authored
Jun 03, 2019
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SQL conformance information about JSON path
Reviewed-by:
Oleg Bartunov
<
obartunov@postgrespro.ru
>
parent
1fb6f62a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/backend/catalog/sql_features.txt
src/backend/catalog/sql_features.txt
+7
-7
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+1
-1
No files found.
src/backend/catalog/sql_features.txt
View file @
05d36b68
...
...
@@ -543,13 +543,13 @@ T827 JSON_TABLE: sibling NESTED COLUMNS clauses NO
T828 JSON_QUERY NO
T829 JSON_QUERY: array wrapper options NO
T830 Enforcing unique keys in SQL/JSON constructor functions NO
T831 SQL/JSON path language: strict mode
NO
T832 SQL/JSON path language: item method NO
T833 SQL/JSON path language: multiple subscripts
NO
T834 SQL/JSON path language: wildcard member accessor
NO
T835 SQL/JSON path language: filter expressions
NO
T836 SQL/JSON path language: starts with predicate
NO
T837 SQL/JSON path language: regex_like predicate
NO
T831 SQL/JSON path language: strict mode
YES
T832 SQL/JSON path language: item method NO
datetime() not yet implemented
T833 SQL/JSON path language: multiple subscripts
YES
T834 SQL/JSON path language: wildcard member accessor
YES
T835 SQL/JSON path language: filter expressions
YES
T836 SQL/JSON path language: starts with predicate
YES
T837 SQL/JSON path language: regex_like predicate
YES
T838 JSON_TABLE: PLAN DEFAULT clause NO
T839 Formatted cast of datetimes to/from character strings NO
M001 Datalinks NO
...
...
src/include/catalog/catversion.h
View file @
05d36b68
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 20190
522
1
#define CATALOG_VERSION_NO 20190
603
1
#endif
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