Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 4BB784764E6 for ; Sat, 2 Nov 2002 20:31:37 -0500 (EST) Received: from candle.pha.pa.us (momjian.navpoint.com [207.106.42.251]) by postgresql.org (Postfix) with ESMTP id 60F80475B8E for ; Sat, 2 Nov 2002 20:31:32 -0500 (EST) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.10.1) id gA31VIb05817; Sat, 2 Nov 2002 20:31:18 -0500 (EST) From: Bruce Momjian Message-Id: <200211030131.gA31VIb05817@candle.pha.pa.us> Subject: Re: Extra indexing, multibyte correction In-Reply-To: <1036283271.6286.69.camel@linda> To: Oliver Elphick Date: Sat, 2 Nov 2002 20:31:18 -0500 (EST) 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: 200211/4 X-Sequence-Number: 1528 Patch applied. Thanks. --------------------------------------------------------------------------- Oliver Elphick wrote: > This patch adds a couple of extra index entries and removes some > out-of-date text about multibyte encoding (which is now always > included). > > -- > 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 > ======================================== > "Lo, children are an heritage of the LORD; and the > fruit of the womb is his reward." Psalms 127:3 [ text/x-patch is unsupported, treating like TEXT/PLAIN ] > Index: doc/src/sgml/extend.sgml > =================================================================== > RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/extend.sgml,v > retrieving revision 1.17 > diff -u -r1.17 extend.sgml > --- doc/src/sgml/extend.sgml 2002/09/21 18:32:53 1.17 > +++ doc/src/sgml/extend.sgml 2002/11/03 00:20:16 > @@ -5,6 +5,10 @@ > > Extending <acronym>SQL</acronym>: An Overview > > + > + extending SQL > + > + > > In the sections that follow, we will discuss how you > can extend the PostgreSQL > @@ -75,6 +79,15 @@ > > The <productname>PostgreSQL</productname> Type System > > + > + extending SQL > + types > + > + > + > + data types > + > + > > The PostgreSQL type system > can be broken down in several ways. > @@ -108,6 +121,10 @@ > > > About the <productname>PostgreSQL</productname> System Catalogs > + > + > + catalogs > + > > > Having introduced the basic extensibility concepts, we > Index: doc/src/sgml/runtime.sgml > =================================================================== > RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/runtime.sgml,v > retrieving revision 1.146 > diff -u -r1.146 runtime.sgml > --- doc/src/sgml/runtime.sgml 2002/10/20 01:43:32 1.146 > +++ doc/src/sgml/runtime.sgml 2002/11/03 00:20:24 > @@ -1311,11 +1311,6 @@ > Sets the client-side encoding for multibyte character sets. > The default is to use the database encoding. > > - > - This option is only available if > - PostgreSQL was built with multibyte > - support. > - > > > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly -- 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