mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Add new pgsql 15 functions
Signed-off-by: Matthew Peveler <matt@popsql.com>
This commit is contained in:
parent
22698f2c1b
commit
d9d70cd349
1 changed files with 4 additions and 0 deletions
|
|
@ -627,11 +627,15 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'range_intersect_agg',
|
'range_intersect_agg',
|
||||||
'range_merge',
|
'range_merge',
|
||||||
'rank',
|
'rank',
|
||||||
|
'regexp_count',
|
||||||
|
'regexp_instr',
|
||||||
|
'regexp_like',
|
||||||
'regexp_match',
|
'regexp_match',
|
||||||
'regexp_matches',
|
'regexp_matches',
|
||||||
'regexp_replace',
|
'regexp_replace',
|
||||||
'regexp_split_to_array',
|
'regexp_split_to_array',
|
||||||
'regexp_split_to_table',
|
'regexp_split_to_table',
|
||||||
|
'regexp_substr',
|
||||||
'regr_avgx',
|
'regr_avgx',
|
||||||
'regr_avgy',
|
'regr_avgy',
|
||||||
'regr_count',
|
'regr_count',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue