additionalPostgresKeywords top-level constant
A set of keywords that need to be escaped on postgres and aren't contained in baseKeywords.
Implementation
const additionalPostgresKeywords = <String>{
'ANY',
'ARRAY',
'ASYMMETRIC',
'BINARY',
'BOTH',
'CURRENT_USER',
'ILIKE',
'LEADING',
'LOCALTIME',
'LOCALTIMESTAMP',
'GRANT',
'ONLY',
'OVERLAPS',
'PLACING',
'SESSION_USER',
'SIMILAR',
'SOME',
'SYMMETRIC',
'TRAILING',
'USER',
};