mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Merge pull request #168 from popsql/pg-14-funcs
Add new functions in postgresql 14
This commit is contained in:
commit
e4eaced459
1 changed files with 6 additions and 0 deletions
|
|
@ -196,8 +196,10 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'avg',
|
'avg',
|
||||||
'bit',
|
'bit',
|
||||||
'bit_and',
|
'bit_and',
|
||||||
|
'bit_count',
|
||||||
'bit_length',
|
'bit_length',
|
||||||
'bit_or',
|
'bit_or',
|
||||||
|
'bit_xor',
|
||||||
'bool_and',
|
'bool_and',
|
||||||
'bool_or',
|
'bool_or',
|
||||||
'bound_box',
|
'bound_box',
|
||||||
|
|
@ -244,6 +246,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'current_user',
|
'current_user',
|
||||||
'currval',
|
'currval',
|
||||||
'cursor_to_xml',
|
'cursor_to_xml',
|
||||||
|
'date_bin',
|
||||||
'date_part',
|
'date_part',
|
||||||
'date_trunc',
|
'date_trunc',
|
||||||
'decode',
|
'decode',
|
||||||
|
|
@ -548,6 +551,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'stddev_samp',
|
'stddev_samp',
|
||||||
'string_agg',
|
'string_agg',
|
||||||
'string_to_array',
|
'string_to_array',
|
||||||
|
'string_to_table',
|
||||||
'strip',
|
'strip',
|
||||||
'strpos',
|
'strpos',
|
||||||
'substr',
|
'substr',
|
||||||
|
|
@ -580,6 +584,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'transaction_timestamp',
|
'transaction_timestamp',
|
||||||
'translate',
|
'translate',
|
||||||
'trim',
|
'trim',
|
||||||
|
'trim_array',
|
||||||
'trunc',
|
'trunc',
|
||||||
'ts_debug',
|
'ts_debug',
|
||||||
'ts_delete',
|
'ts_delete',
|
||||||
|
|
@ -602,6 +607,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'txid_snapshot_xmax',
|
'txid_snapshot_xmax',
|
||||||
'txid_snapshot_xmin',
|
'txid_snapshot_xmin',
|
||||||
'txid_visible_in_snapshot',
|
'txid_visible_in_snapshot',
|
||||||
|
'unistr',
|
||||||
'unnest',
|
'unnest',
|
||||||
'upper',
|
'upper',
|
||||||
'upper_inc',
|
'upper_inc',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue