pub fn quote_ident(identifier: &str) -> String
Quote a PostgreSQL identifier (database, schema, table, column)
Assumes the identifier has already been validated. Escapes embedded quotes and wraps the identifier in double quotes.