mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Add quotes around search_path "$user" so that SHOW output can be used in
SET.
This commit is contained in:
@ -364,7 +364,7 @@
|
||||
|
||||
# - Statement Behavior -
|
||||
|
||||
#search_path = '$user,public' # schema names
|
||||
#search_path = '"$user",public' # schema names
|
||||
#default_tablespace = '' # a tablespace name, '' uses
|
||||
# the default
|
||||
#check_function_bodies = on
|
||||
|
Reference in New Issue
Block a user