Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 33DAD475B22 for ; Tue, 20 Aug 2002 16:08:03 -0400 (EDT) Received: from candle.pha.pa.us (216-55-132-35.dsl.san-diego.abac.net [216.55.132.35]) by postgresql.org (Postfix) with ESMTP id CB7C24754A3 for ; Tue, 20 Aug 2002 16:08:01 -0400 (EDT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.10.1) id g7KK7te20099; Tue, 20 Aug 2002 16:07:55 -0400 (EDT) From: Bruce Momjian Message-Id: <200208202007.g7KK7te20099@candle.pha.pa.us> Subject: Re: Add cross-references re schema search path In-Reply-To: <1029822586.19817.69.camel@linda> To: Oliver Elphick Date: Tue, 20 Aug 2002 16:07:54 -0400 (EDT) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL99 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200208/15 X-Sequence-Number: 1433 Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --------------------------------------------------------------------------- Oliver Elphick wrote: > I had great difficulty in finding how to change the search path, so here > is a patch to add some cross-referencing. > > -- > Oliver Elphick Oliver.Elphick@lfix.co.uk > Isle of Wight, UK > http://www.lfix.co.uk/oliver > GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C > ======================================== > "But I would not have you to be ignorant, brethren, > concerning them which are asleep, that ye sorrow not, > even as others which have no hope. For if we believe > that Jesus died and rose again, even so them also > which sleep in Jesus will God bring with him." > I Thessalonians 4:13,14 [ text/x-patch is unsupported, treating like TEXT/PLAIN ] > Index: doc/src/sgml/func.sgml > =================================================================== > RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/func.sgml,v > retrieving revision 1.112 > diff -u -r1.112 func.sgml > --- doc/src/sgml/func.sgml 2002/08/16 23:01:18 1.112 > +++ doc/src/sgml/func.sgml 2002/08/19 04:15:18 > @@ -5139,6 +5139,11 @@ > path returned. > > > + > + The search path may be altered by a runtime-alterable GUC setting: > + . > + > + > > System Information Functions > > Index: doc/src/sgml/runtime.sgml > =================================================================== > RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/runtime.sgml,v > retrieving revision 1.126 > diff -u -r1.126 runtime.sgml > --- doc/src/sgml/runtime.sgml 2002/08/18 03:03:25 1.126 > +++ doc/src/sgml/runtime.sgml 2002/08/19 04:15:23 > @@ -1548,7 +1548,7 @@ > > > > - > + > SEARCH_PATH (string) > search_path > namespaces > @@ -1608,6 +1608,10 @@ > > > > + > + schemas > + current schema > + > The current effective value of the search path can be examined > via the SQL function current_schemas(). This is not > quite the same as examining the value of > Index: doc/src/sgml/syntax.sgml > =================================================================== > RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/syntax.sgml,v > retrieving revision 1.66 > diff -u -r1.66 syntax.sgml > --- doc/src/sgml/syntax.sgml 2002/08/13 20:40:43 1.66 > +++ doc/src/sgml/syntax.sgml 2002/08/19 04:15:36 > @@ -965,6 +965,11 @@ > place pg_catalog at the end of your search path if you > prefer to have user-defined names override built-in names. > > + > + > + The search path is determined by the GUC variable SEARCH_PATH and > + may be changed at any time. See . > + > > > > > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073