Function pgx::spi::quote_identifier

source ·
pub fn quote_identifier<StringLike: AsRef<str>>(ident: StringLike) -> String
Expand description

A safe wrapper around pg_sys::quote_identifier. Returns a properly quoted identifier. For instance for a column or table name such as "my-table-name"