|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.3 2002/09/21 18:32:54 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.4 2003/02/03 15:56:50 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -115,7 +115,9 @@ ERROR: namespace "<replaceable class="parameter">schemaname</replaceable>" alre
|
115 | 115 | whose names may duplicate those of other objects existing in other
|
116 | 116 | schemas. Named objects are accessed either by <quote>qualifying</>
|
117 | 117 | their names with the schema name as a prefix, or by setting a search
|
118 |
| - path that includes the desired schema(s). |
| 118 | + path that includes the desired schema(s). Unqualified objects are |
| 119 | + created in the current schema (the one at the front of the search path; |
| 120 | + see <literal>CURRENT_SCHEMA()</>). |
119 | 121 | </para>
|
120 | 122 |
|
121 | 123 | <para>
|
|