module documentation

pygments.lexers._postgres_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Self-updating data files for PostgreSQL lexer. Run with `python -I` to update itself. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Constant DATATYPES Undocumented
Constant KEYWORDS Undocumented
Constant PLPGSQL_KEYWORDS Undocumented
Constant PSEUDO_TYPES Undocumented
DATATYPES: tuple[str, ...] = (source)

Undocumented

Value
('bigint',
 'bigserial',
 'bit',
 'bit varying',
 'bool',
 'boolean',
 'box',
...
KEYWORDS: tuple[str, ...] = (source)

Undocumented

Value
('ABORT',
 'ABSOLUTE',
 'ACCESS',
 'ACTION',
 'ADD',
 'ADMIN',
 'AFTER',
...
PLPGSQL_KEYWORDS: tuple[str, ...] = (source)

Undocumented

Value
('ALIAS',
 'CONSTANT',
 'DIAGNOSTICS',
 'ELSIF',
 'EXCEPTION',
 'EXIT',
 'FOREACH',
...
PSEUDO_TYPES = (source)

Undocumented

Value
tuple(sorted(set(PSEUDO_TYPES)-set(map(str.lower, KEYWORDS))))