* Quote an identifier only if needed * * This is a TypeScript port of PostgreSQL's quote_identifier() function from ruleutils.c * https://github.com/postgres/postgres/blob/fab5cd3dd1323f9e66efeb676c4bb212ff340204/src/backend/utils/adt/ruleutils.c#L13055-L13137 * * Can avoid quoting if
(ident: string)
source not stored for this graph (policy: none)
no test coverage detected