Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c326d8f

Browse files
committed
Add/edit index entries.
1 parent cf8e916 commit c326d8f

File tree

162 files changed

+2692
-1198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+2692
-1198
lines changed

doc/src/sgml/advanced.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.34 2003/03/25 16:15:35 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.35 2003/08/31 17:32:18 petere Exp $
33
-->
44

55
<chapter id="tutorial-advanced">
@@ -142,7 +142,7 @@ ERROR: &lt;unnamed&gt; referential integrity violation - key referenced from we
142142
<title>Transactions</title>
143143

144144
<indexterm zone="tutorial-transactions">
145-
<primary>transactions</primary>
145+
<primary>transaction</primary>
146146
</indexterm>
147147

148148
<para>

doc/src/sgml/array.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/array.sgml,v 1.30 2003/08/19 06:06:43 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/array.sgml,v 1.31 2003/08/31 17:32:18 petere Exp $ -->
22

33
<sect1 id="arrays">
44
<title>Arrays</title>
55

66
<indexterm>
7-
<primary>arrays</primary>
7+
<primary>array</primary>
88
</indexterm>
99

1010
<para>

doc/src/sgml/backup.sgml

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.29 2003/08/17 22:05:13 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.30 2003/08/31 17:32:18 petere Exp $
33
-->
44
<chapter id="backup">
55
<title>Backup and Restore</title>
@@ -285,13 +285,15 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
285285
</para>
286286

287287
<para>
288-
For reasons of backward compatibility, <application>pg_dump</> does
289-
not dump large objects by default. To dump large objects you must use
290-
either the custom or the TAR output format, and use the <option>-b</> option in
291-
<application>pg_dump</>. See the reference pages for details.
292-
The directory <filename>contrib/pg_dumplo</> of the
293-
<productname>PostgreSQL</> source tree also contains a program that can
294-
dump large objects.
288+
For reasons of backward compatibility, <application>pg_dump</>
289+
does not dump large objects by default.<indexterm><primary>large
290+
object</primary><secondary>backup</secondary></indexterm> To dump
291+
large objects you must use either the custom or the TAR output
292+
format, and use the <option>-b</> option in
293+
<application>pg_dump</>. See the reference pages for details. The
294+
directory <filename>contrib/pg_dumplo</> of the
295+
<productname>PostgreSQL</> source tree also contains a program
296+
that can dump large objects.
295297
</para>
296298

297299
<para>
@@ -371,7 +373,15 @@ tar -cf backup.tar /usr/local/pgsql/data
371373

372374
<sect1 id="migration">
373375
<title>Migration between releases</title>
374-
<indexterm zone="migration"><primary>upgrading</></>
376+
377+
<indexterm zone="migration">
378+
<primary>upgrading</primary>
379+
</indexterm>
380+
381+
<indexterm zone="migration">
382+
<primary>version</primary>
383+
<secondary>compatibility</secondary>
384+
</indexterm>
375385

376386
<para>
377387
As a general rule, the internal data storage format is subject to

doc/src/sgml/charset.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.37 2003/08/04 04:03:03 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.38 2003/08/31 17:32:18 petere Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -197,7 +197,7 @@ initdb --locale=sv_SE
197197
<listitem>
198198
<para>
199199
Sort order in queries using <command>ORDER BY</>
200-
<indexterm><primary>ORDER BY</></>
200+
<indexterm><primary>ORDER BY</><secondary>and locales</></indexterm>
201201
</para>
202202
</listitem>
203203

doc/src/sgml/client-auth.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.55 2003/08/17 04:39:11 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.56 2003/08/31 17:32:18 petere Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -576,6 +576,7 @@ local db1,db2,@demodbs all md5
576576
</indexterm>
577577
<indexterm>
578578
<primary>password</primary>
579+
<secondary>authentication</secondary>
579580
</indexterm>
580581

581582
<para>
@@ -865,6 +866,10 @@ omicron bryanh guest1
865866
<sect2 id="auth-pam">
866867
<title>PAM Authentication</title>
867868

869+
<indexterm zone="auth-pam">
870+
<primary>PAM</primary>
871+
</indexterm>
872+
868873
<para>
869874
This authentication method operates similarly to
870875
<literal>password</literal> except that it uses PAM (Pluggable

0 commit comments

Comments
 (0)