From d3f9d0ce576cc6dd2f1ab318f4668d30e50668da Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 3 Nov 2002 01:31:32 +0000 Subject: [PATCH] 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 --- doc/src/sgml/extend.sgml | 19 ++++++++++++++++++- doc/src/sgml/runtime.sgml | 7 +------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index 60cfeb2e34..438a8ec879 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -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 diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 22fcddf57f..5d779f520b 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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. -