mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Update json functions for postgresql
Signed-off-by: Matthew Peveler <matt.peveler@popsql.com>
This commit is contained in:
parent
e4eaced459
commit
4b4125f30d
1 changed files with 43 additions and 0 deletions
|
|
@ -301,14 +301,57 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'isfinite',
|
'isfinite',
|
||||||
'isopen',
|
'isopen',
|
||||||
'json_agg',
|
'json_agg',
|
||||||
|
'json_array_elements',
|
||||||
|
'json_array_elements_text',
|
||||||
|
'json_array_length',
|
||||||
|
'json_build_array',
|
||||||
|
'json_build_object',
|
||||||
|
'json_each',
|
||||||
|
'json_each_text',
|
||||||
|
'json_extract_path',
|
||||||
|
'json_extract_path_text',
|
||||||
'json_object',
|
'json_object',
|
||||||
'json_object_agg',
|
'json_object_agg',
|
||||||
|
'json_object_keys',
|
||||||
'json_populate_record',
|
'json_populate_record',
|
||||||
'json_populate_recordset',
|
'json_populate_recordset',
|
||||||
|
'json_strip_nulls',
|
||||||
'json_to_record',
|
'json_to_record',
|
||||||
'json_to_recordset',
|
'json_to_recordset',
|
||||||
|
'json_typeof',
|
||||||
'jsonb_agg',
|
'jsonb_agg',
|
||||||
|
'jsonb_array_elements',
|
||||||
|
'jsonb_array_elements_text',
|
||||||
|
'jsonb_array_length',
|
||||||
|
'jsonb_build_array',
|
||||||
|
'jsonb_build_object',
|
||||||
|
'jsonb_each',
|
||||||
|
'jsonb_each_text',
|
||||||
|
'jsonb_extract_path',
|
||||||
|
'jsonb_extract_path_text',
|
||||||
|
'jsonb_insert',
|
||||||
|
'jsonb_object',
|
||||||
'jsonb_object_agg',
|
'jsonb_object_agg',
|
||||||
|
'jsonb_object_keys',
|
||||||
|
'jsonb_path_exists',
|
||||||
|
'jsonb_path_match',
|
||||||
|
'jsonb_path_query',
|
||||||
|
'jsonb_path_query_array',
|
||||||
|
'jsonb_path_exists_tz',
|
||||||
|
'jsonb_path_query_first',
|
||||||
|
'jsonb_path_query_array_tz',
|
||||||
|
'jsonb_path_query_first_tz',
|
||||||
|
'jsonb_path_query_tz',
|
||||||
|
'jsonb_path_match_tz',
|
||||||
|
'jsonb_populate_record',
|
||||||
|
'jsonb_populate_recordset',
|
||||||
|
'jsonb_pretty',
|
||||||
|
'jsonb_set',
|
||||||
|
'jsonb_set_lax',
|
||||||
|
'jsonb_strip_nulls',
|
||||||
|
'jsonb_to_record',
|
||||||
|
'jsonb_to_recordset',
|
||||||
|
'jsonb_typeof',
|
||||||
'justify_days',
|
'justify_days',
|
||||||
'justify_hours',
|
'justify_hours',
|
||||||
'justify_interval',
|
'justify_interval',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue