pub fn is_valid_identifier(s: &str) -> bool
Validates a strict PostgreSQL identifier (schema/table/column name).
PostgreSQL