1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

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
This commit is contained in:
Bruce Momjian 2002-11-03 01:31:32 +00:00
parent ba95f2d6aa
commit d3f9d0ce57
2 changed files with 19 additions and 7 deletions

View File

@ -1,10 +1,14 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.17 2002/09/21 18:32:53 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.18 2002/11/03 01:31:32 momjian Exp $
--> -->
<chapter id="extend"> <chapter id="extend">
<title>Extending <acronym>SQL</acronym>: An Overview</title> <title>Extending <acronym>SQL</acronym>: An Overview</title>
<indexterm zone="extend">
<primary>extending SQL</primary>
</indexterm>
<para> <para>
In the sections that follow, we will discuss how you In the sections that follow, we will discuss how you
can extend the <productname>PostgreSQL</productname> can extend the <productname>PostgreSQL</productname>
@ -75,6 +79,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.17 2002/09/21 18:32:53 pete
<sect1 id="type-system"> <sect1 id="type-system">
<title>The <productname>PostgreSQL</productname> Type System</title> <title>The <productname>PostgreSQL</productname> Type System</title>
<indexterm zone="type-system">
<primary>extending SQL</primary>
<secondary>types</secondary>
</indexterm>
<indexterm zone="type-system">
<primary>data types</primary>
</indexterm>
<para> <para>
The <productname>PostgreSQL</productname> type system The <productname>PostgreSQL</productname> type system
can be broken down in several ways. 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
<sect1 id="pg-system-catalogs"> <sect1 id="pg-system-catalogs">
<title>About the <productname>PostgreSQL</productname> System Catalogs</title> <title>About the <productname>PostgreSQL</productname> System Catalogs</title>
<indexterm zone="pg-system-catalogs">
<primary>catalogs</primary>
</indexterm>
<para> <para>
Having introduced the basic extensibility concepts, we Having introduced the basic extensibility concepts, we
can now take a look at how the catalogs are actually can now take a look at how the catalogs are actually

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.146 2002/10/20 01:43:32 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.147 2002/11/03 01:31:32 momjian Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
@ -1311,11 +1311,6 @@ env PGOPTIONS='-c geqo=off' psql
Sets the client-side encoding for multibyte character sets. Sets the client-side encoding for multibyte character sets.
The default is to use the database encoding. The default is to use the database encoding.
</para> </para>
<para>
This option is only available if
<productname>PostgreSQL</productname> was built with multibyte
support.
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>