Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 852AC4758E6 for ; Sat, 2 Nov 2002 19:27:50 -0500 (EST) Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by postgresql.org (Postfix) with ESMTP id 0389B4758DC for ; Sat, 2 Nov 2002 19:27:50 -0500 (EST) Received: from lfix.demon.co.uk ([158.152.59.127] helo=linda.lfix.co.uk) by anchor-post-35.mail.demon.net with esmtp (Exim 3.36 #2) id 1888cJ-0007Pf-0U for pgsql-docs@postgresql.org; Sun, 03 Nov 2002 00:27:52 +0000 Received: from localhost ([127.0.0.1] helo=localhost.localdomain ident=olly) by linda.lfix.co.uk with esmtp (Exim 3.36 #1 (Debian)) id 1888cJ-00006o-00 for ; Sun, 03 Nov 2002 00:27:51 +0000 Subject: Extra indexing, multibyte correction From: Oliver Elphick To: pgsql-docs@postgresql.org Content-Type: multipart/mixed; boundary="=-Yz5u479f5LQgApwTpoeJ" X-Mailer: Ximian Evolution 1.0.8 Date: 03 Nov 2002 00:27:51 +0000 Message-Id: <1036283271.6286.69.camel@linda> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200211/2 X-Sequence-Number: 1526 --=-Yz5u479f5LQgApwTpoeJ Content-Type: text/plain Content-Transfer-Encoding: 7bit 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 --=-Yz5u479f5LQgApwTpoeJ Content-Disposition: inline; filename=indexing-doc.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=indexing-doc.diff; charset=ISO-8859-15 Index: doc/src/sgml/extend.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 + + extending SQL + + In the sections that follow, we will discuss how you can extend the PostgreSQL=20 @@ -75,6 +79,15 @@ The <productname>PostgreSQL</productname> Type System =20 + + extending SQL + types + + + + data types + + The PostgreSQL type system can be broken down in several ways. @@ -108,6 +121,10 @@ =20 About the <productname>PostgreSQL</productname> System Catalogs<= /title> + + <indexterm zone=3D"pg-system-catalogs"> + <primary>catalogs</primary> + </indexterm> =20 <para> Having introduced the basic extensibility concepts, we Index: doc/src/sgml/runtime.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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. </para> - <para> - This option is only available if - <productname>PostgreSQL</productname> was built with multibyte - support. - </para> </listitem> </varlistentry> =20 --=-Yz5u479f5LQgApwTpoeJ--