Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit464598b

Browse files
committed
Add mention of CURRENT_SCHEMA for object creation.
1 parent6b196c0 commit464598b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/ref/create_schema.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -115,7 +115,9 @@ ERROR: namespace "<replaceable class="parameter">schemaname</replaceable>" alre
115115
whose names may duplicate those of other objects existing in other
116116
schemas. Named objects are accessed either by <quote>qualifying</>
117117
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()</>).
119121
</para>
120122

121123
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp