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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user