Added ntile keyword
1 parent 1820db5 commit 0b06eaf505cabd6df908609432a163708e4b0730
Nigel Stanger authored on 28 Mar 2022
Showing 1 changed file
View
2
■■■
minted/postgresql.py
name = 'PostgreSQL'
aliases = ['postgresql', 'postgres']
filenames = ['*.sql'] # just to have one if you want to use
 
EXTRA_KEYWORDS = ['partition', 'over', 'rank',
EXTRA_KEYWORDS = ['partition', 'over', 'rank', 'ntile',
'first_value', 'last_value', 'row_number', 'nulls',
'range', 'unbounded', 'preceding', 'following', 'trunc',
'nth_value', 'dense_rank', 'lag', 'lead',
'round', 'make_interval', 'date_trunc']