pub fn rls_sql_with_timeout(ctx: &RlsContext, timeout_ms: u32) -> StringExpand description
Generate the RLS SQL string for pipelined execution.
Returns the BEGIN; SET LOCAL statement_timeout = ...; SELECT set_config(...)
string that can be passed to PooledConnection::fetch_all_with_rls().