From: Bruce Momjian Date: Mon, 3 Feb 2003 15:57:03 +0000 (+0000) Subject: Add mention of CURRENT_SCHEMA for object creation. X-Git-Tag: REL7_3_2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=caa72ad57fbb60813c9934f7a42a44e7da426bd4;p=users%2Fc2main%2Fpostgres.git Add mention of CURRENT_SCHEMA for object creation. --- diff --git a/doc/src/sgml/ref/create_schema.sgml b/doc/src/sgml/ref/create_schema.sgml index 067d6c8d2c..fc802d5370 100644 --- 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()).