mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +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:
@@ -1746,7 +1746,7 @@ SHOW search_path;
|
||||
<screen>
|
||||
search_path
|
||||
--------------
|
||||
"$user",public
|
||||
"$user", public
|
||||
</screen>
|
||||
The first element specifies that a schema with the same name as
|
||||
the current user is to be searched. If no such schema exists,
|
||||
|
Reference in New Issue
Block a user