fn parse_options(value: &str) -> Result<Vec<(String, String)>, ()>
Expand description

Returns (name, value) session settings pairs from an options value.

From Postgres, see pg_split_opts in postinit.c and process_postgres_switches in postgres.c.