mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 23:04:53 -04:00
02587dcddc
While the space is optional, it seems nicer to be consistent with what you get if you do "SET search_path=...". SET always normalizes the separator to be comma+space. Christoph Martin