This patch adds a couple of extra index entries and removes some
authorBruce Momjian
Sun, 3 Nov 2002 01:31:32 +0000 (01:31 +0000)
committerBruce Momjian
Sun, 3 Nov 2002 01:31:32 +0000 (01:31 +0000)
out-of-date text about multibyte encoding (which is now always
included).

Oliver Elphick

doc/src/sgml/extend.sgml
doc/src/sgml/runtime.sgml

index 60cfeb2e34f1aaf36a53b4a18b5fe73062809b26..438a8ec8795a9d30014243e657b0b80c2e3fb397 100644 (file)
@@ -1,10 +1,14 @@
 
 
  
   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 @@ $Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.17 2002/09/21 18:32:53 pete
   
    The <productname>PostgreSQL</productname> Type System
 
+   
+    extending SQL
+    types
+   
+
+   
+    data types
+   
+
    
     The PostgreSQL type system
     can be broken down in several ways.
@@ -109,6 +122,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.17 2002/09/21 18:32:53 pete
   
    About the <productname>PostgreSQL</productname> System Catalogs
 
+   
+    catalogs
+   
+
    
     Having  introduced the basic extensibility concepts, we
     can now take a look at how the  catalogs  are  actually
index 22fcddf57f1634162b0daf77eb5e532d650a03e4..5d779f520b78087378298e5113caef8277dd1b26 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1311,11 +1311,6 @@ env PGOPTIONS='-c geqo=off' psql
         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.
-