pub fn normalize_object_name_checked(name: &ObjectName) -> Result<String>Expand description
Normalize a compound object name, rejecting schema-qualified forms.
Accepts a single-part name (plain identifier) and returns it normalized.
Rejects any name with more than one part (e.g. public.users,
db.public.users) with SqlError::Unsupported.