Skip to content
Snippets Groups Projects
Commit caa72ad5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add mention of CURRENT_SCHEMA for object creation.

parent 0f36c544
No related branches found
No related tags found
No related merge requests found
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.3 2002/09/21 18:32:54 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.3.2.1 2003/02/03 15:57:03 momjian Exp $
PostgreSQL documentation
-->
......@@ -115,7 +115,9 @@ ERROR: namespace "<replaceable class="parameter">schemaname</replaceable>" alre
whose names may duplicate those of other objects existing in other
schemas. Named objects are accessed either by <quote>qualifying</>
their names with the schema name as a prefix, or by setting a search
path that includes the desired schema(s).
path that includes the desired schema(s). Unqualified objects are
created in the current schema (the one at the front of the search path;
see <literal>CURRENT_SCHEMA()</>).
</para>
<para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment