mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Use comma+space as the separator in the default search_path.
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
This commit is contained in:
@ -2912,7 +2912,7 @@ static struct config_string ConfigureNamesString[] =
|
||||
GUC_LIST_INPUT | GUC_LIST_QUOTE
|
||||
},
|
||||
&namespace_search_path,
|
||||
"\"$user\",public",
|
||||
"\"$user\", public",
|
||||
check_search_path, assign_search_path, NULL
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user