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. -