From: Bruce Momjian Date: Sun, 3 Nov 2002 01:31:32 +0000 (+0000) Subject: This patch adds a couple of extra index entries and removes some X-Git-Tag: REL7_3~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3f9d0ce576cc6dd2f1ab318f4668d30e50668da;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index 60cfeb2e34f..438a8ec8795 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 22fcddf57f1..5d779f520b7 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. -