projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b196c0
)
Add mention of CURRENT_SCHEMA for object creation.
author
Bruce Momjian
Mon, 3 Feb 2003 15:56:50 +0000
(15:56 +0000)
committer
Bruce Momjian
Mon, 3 Feb 2003 15:56:50 +0000
(15:56 +0000)
doc/src/sgml/ref/create_schema.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_schema.sgml
b/doc/src/sgml/ref/create_schema.sgml
index 067d6c8d2cf9d5c73723eca64ed0c50eae23b850..7fd2aa3880c371d7269270a22310d6055f1746ab 100644
(file)
--- a/
doc/src/sgml/ref/create_schema.sgml
+++ b/
doc/src/sgml/ref/create_schema.sgml
@@
-1,5
+1,5
@@
@@
-115,7
+115,9
@@
ERROR: namespace "
schemaname
" alre
whose names may duplicate those of other objects existing in other
schemas. Named objects are accessed either by
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
CURRENT_SCHEMA()>).