Skip to main content

Module normalize

Module normalize 

Source
Expand description

SQL identifier normalization.

Constants§

SCHEMA_QUALIFIED_MSG
Human-readable message for schema-qualified name rejections. Defined once so all rejection sites produce consistent output.

Functions§

normalize_ident
Normalize a SQL identifier: lowercase unquoted, preserve quoted.
normalize_object_name_checked
Normalize a compound object name, rejecting schema-qualified forms.
table_name_from_factor
Extract table name and optional alias from a table factor.