Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3f9d0c

Browse files
committed
This patch adds a couple of extra index entries and removes some
out-of-date text about multibyte encoding (which is now alwaysincluded).Oliver Elphick
1 parentba95f2d commitd3f9d0c

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

‎doc/src/sgml/extend.sgml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.17 2002/09/21 18:32:53 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.18 2002/11/03 01:31:32 momjian Exp $
33
-->
44

55
<chapter id="extend">
66
<title>Extending <acronym>SQL</acronym>: An Overview</title>
77

8+
<indexterm zone="extend">
9+
<primary>extending SQL</primary>
10+
</indexterm>
11+
812
<para>
913
In the sections that follow, we will discuss how you
1014
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
7579
<sect1 id="type-system">
7680
<title>The <productname>PostgreSQL</productname> Type System</title>
7781

82+
<indexterm zone="type-system">
83+
<primary>extending SQL</primary>
84+
<secondary>types</secondary>
85+
</indexterm>
86+
87+
<indexterm zone="type-system">
88+
<primary>data types</primary>
89+
</indexterm>
90+
7891
<para>
7992
The <productname>PostgreSQL</productname> type system
8093
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
109122
<sect1 id="pg-system-catalogs">
110123
<title>About the <productname>PostgreSQL</productname> System Catalogs</title>
111124

125+
<indexterm zone="pg-system-catalogs">
126+
<primary>catalogs</primary>
127+
</indexterm>
128+
112129
<para>
113130
Having introduced the basic extensibility concepts, we
114131
can now take a look at how the catalogs are actually

‎doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.146 2002/10/20 01:43:32tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.147 2002/11/03 01:31:32momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1311,11 +1311,6 @@ env PGOPTIONS='-c geqo=off' psql
13111311
Sets the client-side encoding for multibyte character sets.
13121312
The default is to use the database encoding.
13131313
</para>
1314-
<para>
1315-
This option is only available if
1316-
<productname>PostgreSQL</productname> was built with multibyte
1317-
support.
1318-
</para>
13191314
</listitem>
13201315
</varlistentry>
13211316

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp