1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +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

@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.302 2005/12/20 02:30:36 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.303 2005/12/23 00:38:04 momjian Exp $
*
*--------------------------------------------------------------------
*/
@ -1902,7 +1902,7 @@ static struct config_string ConfigureNamesString[] =
GUC_LIST_INPUT | GUC_LIST_QUOTE
},
&namespace_search_path,
"$user,public", assign_search_path, NULL
"\"$user\",public", assign_search_path, NULL
},
{