1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +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

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.50 2005/11/04 23:53:18 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.51 2005/12/23 00:38:03 momjian Exp $ -->
<chapter id="ddl">
<title>Data Definition</title>
@@ -1650,7 +1650,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,