Index: doc/src/sgml/ref/create_schema.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/create_schema.sgml,v
retrieving revision 1.3
diff -c -c -r1.3 create_schema.sgml
*** doc/src/sgml/ref/create_schema.sgml	21 Sep 2002 18:32:54 -0000	1.3
--- doc/src/sgml/ref/create_schema.sgml	3 Feb 2003 15:55:59 -0000
***************
*** 115,121 ****
     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).
    </para>
  
    <para>
--- 115,123 ----
     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).  Unqualified objects are
!    created in the current schema (the one at the front of the search path; 
!    see <literal>CURRENT_SCHEMA()</>).
    </para>
  
    <para>
