quote_ident

Function quote_ident 

Source
pub fn quote_ident(identifier: &str) -> String
Expand description

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.