1
0
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:
Bruce Momjian
2005-12-23 00:38:04 +00:00
parent 2f1a78e200
commit e80f9dfa80
4 changed files with 8 additions and 8 deletions

View File

@ -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