Skip to main content

Module normalize

Module normalize 

Source
Expand description

SQL identifier normalization.

Functionsยง

normalize_ident
Normalize a SQL identifier: lowercase unquoted, preserve quoted.
normalize_object_name
Normalize a compound object name (e.g., schema.table) to its last part.
table_name_from_factor
Extract table name and optional alias from a table factor.