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

Commit72ad5fe

Browse files
committed
Addid' attributes to allchapter' and `sect1' tags, to generate useful
names for the HTML files (e.g., not x4856.htm).
1 parent3a94e78 commit72ad5fe

Some content is hidden

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

57 files changed

+312
-310
lines changed

‎doc/src/sgml/advanced.sgml

Lines changed: 4 additions & 4 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.15 2000/06/22 22:31:15 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.16 2000/09/29 20:21:33 petere Exp $
33
-->
44

55
<chapter id="advanced">
@@ -18,7 +18,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.15 2000/06/22 22:31:15 pe
1818
(Refer to <xref linkend="QUERY"> for how to use it.)
1919
</para>
2020

21-
<sect1>
21+
<sect1 id="inheritance">
2222
<title>Inheritance</title>
2323

2424
<para>
@@ -137,7 +137,7 @@ SET SQL_Inheritance TO OFF;
137137
</note>
138138
</sect1>
139139

140-
<sect1>
140+
<sect1 id="non-atomic-values">
141141
<title>Non-Atomic Values</title>
142142

143143
<para>
@@ -258,7 +258,7 @@ SELECT SAL_EMP.schedule[1:2][1:1]
258258
</sect2>
259259
</sect1>
260260

261-
<sect1>
261+
<sect1 id="more-advanced">
262262
<title>More Advanced Features</title>
263263

264264
<para>

‎doc/src/sgml/arch-dev.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.9 2000/09/12 05:34:28 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.10 2000/09/29 20:21:33 petere Exp $
33
-->
44

55
<chapter id="overview">
@@ -28,7 +28,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.9 2000/09/12 05:34:28 tho
2828
sending the results.
2929
</para>
3030

31-
<sect1>
31+
<sect1 id="query-path">
3232
<title>The Path of a Query</title>
3333

3434
<para>
@@ -114,7 +114,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.9 2000/09/12 05:34:28 tho
114114
</para>
115115
</sect1>
116116

117-
<sect1>
117+
<sect1 id="connect-estab">
118118
<title>How Connections are Established</title>
119119

120120
<para>
@@ -167,7 +167,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.9 2000/09/12 05:34:28 tho
167167

168168
</sect1>
169169

170-
<sect1>
170+
<sect1 id="parser-stage">
171171
<title>The Parser Stage</title>
172172

173173
<para>
@@ -442,7 +442,7 @@ current context are performed.
442442
</sect2>
443443
</sect1>
444444

445-
<sect1>
445+
<sect1 id="rule-system">
446446
<title>The <productname>Postgres</productname> Rule System</title>
447447

448448
<para>
@@ -585,7 +585,7 @@ current context are performed.
585585
</sect2>
586586
</sect1>
587587

588-
<sect1>
588+
<sect1 id="planner-optimizer">
589589
<title>Planner/Optimizer</title>
590590

591591
<para>
@@ -711,7 +711,7 @@ current context are performed.
711711
</sect2>
712712
</sect1>
713713

714-
<sect1>
714+
<sect1 id="executor">
715715
<title>Executor</title>
716716

717717
<para>

‎doc/src/sgml/arch-pg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Chapter Id="arch-pg">
22
<TITLE>Architecture</TITLE>
33

4-
<Sect1>
4+
<Sect1 id="arch-pg-concepts">
55
<Title><ProductName>Postgres</ProductName> Architectural Concepts</Title>
66

77
<Para>

‎doc/src/sgml/arch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Chapter Id="arch">
22
<TITLE>Architecture</TITLE>
33

4-
<Sect1>
4+
<Sect1 id="arch-concepts">
55
<Title><ProductName>Postgres</ProductName> Architectural Concepts</Title>
66

77
<Para>

‎doc/src/sgml/backup.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.2 2000/07/21 00:44:12 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.3 2000/09/29 20:21:33 petere Exp $ -->
22
<chapter id="backup">
33
<title>Backup and Restore</title>
44

@@ -18,7 +18,7 @@
1818
</itemizedlist>
1919
</para>
2020

21-
<sect1>
21+
<sect1 id="backup-dump">
2222
<title><acronym>SQL</> Dump</title>
2323

2424
<para>
@@ -271,7 +271,7 @@ cat <replaceable class="parameter">filename</replaceable>.* | psql <replaceable
271271
</sect2>
272272
</sect1>
273273

274-
<sect1>
274+
<sect1 id="backup-file">
275275
<title>File system level backup</title>
276276

277277
<para>

‎doc/src/sgml/bki.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.3 2000/05/02 20:01:51 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.4 2000/09/29 20:21:33 petere Exp $
33

44
Transcribed from the original bki.man.5 documentation
55
- Thomas Lockhart 1998-08-03
@@ -37,7 +37,7 @@ Related information may be found in documentation for
3737
and the <acronym>SQL</acronym> command <command>CREATE DATABASE</command>.
3838
</para>
3939

40-
<sect1>
40+
<sect1 id="bki-format">
4141
<title><acronym>BKI</acronym> File Format</title>
4242

4343
<para>
@@ -82,7 +82,7 @@ follow.
8282
</para>
8383
</sect1>
8484

85-
<sect1>
85+
<sect1 id="bki-commands">
8686
<title>General Commands</title>
8787

8888
<variablelist>
@@ -229,7 +229,7 @@ This last sentence doesn't reference anything in the example. Should be changed
229229
</note>
230230
</sect1>
231231

232-
<sect1>
232+
<sect1 id="bki-macros">
233233
<title>Macro Commands</title>
234234

235235
<para>
@@ -272,7 +272,7 @@ read from the file called
272272
</para>
273273
</sect1>
274274

275-
<sect1>
275+
<sect1 id="bki-debug">
276276
<title>Debugging Commands</title>
277277

278278
<para>
@@ -397,7 +397,7 @@ to
397397
</para>
398398
</sect1>
399399

400-
<sect1>
400+
<sect1 id="bki-example">
401401
<title>Example</title>
402402

403403
<para>

‎doc/src/sgml/charset.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</itemizedlist>
3838
</para>
3939

40-
<sect1>
40+
<sect1 id="multibyte">
4141
<title>Multi-byte Support</title>
4242

4343
<note>

‎doc/src/sgml/cvs.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.9 2000/05/2915:44:54 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.10 2000/09/2920:21:33 petere Exp $
33
CVS code repository
44
Thomas Lockhart
55
-->
@@ -37,7 +37,7 @@ Thomas Lockhart
3737
<productname>Postgres</productname> server to your local machine.
3838
</para>
3939

40-
<sect1>
40+
<sect1 id="cvs-tree">
4141
<title><productname>CVS</productname> Tree Organization</title>
4242

4343
<para>
@@ -154,7 +154,7 @@ cvs commit
154154
</para>
155155
</sect1>
156156

157-
<sect1>
157+
<sect1 id="anoncvs">
158158
<title>Getting The Source Via Anonymous <productname>CVS</productname></title>
159159

160160
<para>
@@ -286,7 +286,7 @@ $ chmod -R go-w pgsql
286286
</para>
287287
</sect1>
288288

289-
<sect1>
289+
<sect1 id="cvsup">
290290
<title>Getting The Source Via <productname>CVSup</productname></title>
291291

292292
<para>

‎doc/src/sgml/datatype.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.36 2000/09/19 18:17:53 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.37 2000/09/29 20:21:33 petere Exp $
33
-->
44

55
<chapter id="datatype">
@@ -271,7 +271,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.36 2000/09/19 18:17:53 pe
271271
</note>
272272
</para>
273273

274-
<sect1>
274+
<sect1 id="numeric-types">
275275
<title>Numeric Types</title>
276276

277277
<para>
@@ -349,8 +349,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.36 2000/09/19 18:17:53 pe
349349

350350
<para>
351351
The numeric types have a full set of corresponding arithmetic operators and
352-
functions. Refer to <xrefendterm="math-opers"linkend="math-opers">
353-
and <xrefendterm="math-funcs"linkend="math-funcs"> for more information.
352+
functions. Refer to <xref linkend="numerical-operators">
353+
and <xref linkend="math-functions"> for more information.
354354
</para>
355355

356356
<para>
@@ -404,7 +404,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
404404
</sect2>
405405
</sect1>
406406

407-
<sect1>
407+
<sect1 id="monetary-types">
408408
<title>Monetary Type</title>
409409

410410
<note>
@@ -456,7 +456,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
456456

457457
</sect1>
458458

459-
<sect1>
459+
<sect1 id="character-types">
460460
<title>Character Types</title>
461461

462462
<para>
@@ -549,7 +549,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
549549

550550
</sect1>
551551

552-
<sect1>
552+
<sect1 id="datetime-types">
553553
<title>Date/Time Types</title>
554554

555555
<para>
@@ -1355,7 +1355,7 @@ January 8 04:05:06 1999 PST
13551355

13561356
</sect1>
13571357

1358-
<sect1>
1358+
<sect1 id="boolean-type">
13591359
<title>Boolean Type</title>
13601360

13611361
<para>
@@ -1402,7 +1402,7 @@ January 8 04:05:06 1999 PST
14021402
</para>
14031403
</sect1>
14041404

1405-
<sect1>
1405+
<sect1 id="geometric-types">
14061406
<title>Geometric Types</title>
14071407

14081408
<para>
@@ -1731,7 +1731,7 @@ January 8 04:05:06 1999 PST
17311731

17321732
</sect1>
17331733

1734-
<sect1>
1734+
<sect1 id="net-types">
17351735
<title>IP Version 4 Networks and Host Addresses</title>
17361736

17371737
<para>

‎doc/src/sgml/datetime.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.11 2000/08/23 05:59:01 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.12 2000/09/29 20:21:33 petere Exp $
33
Date/time details
44
-->
55

66
<appendix label="UG1" id="datetime-appendix">
77
<title id="datetime-appendix-title">Date/Time Support</title>
88

9-
<sect1>
9+
<sect1 id="timezones">
1010
<title>Time Zones</title>
1111

1212
<para>
@@ -623,7 +623,7 @@ Date/time details
623623
</sect2>
624624
</sect1>
625625

626-
<sect1>
626+
<sect1 id="units-history">
627627
<title>History of Units</title>
628628

629629
<note>

‎doc/src/sgml/dfunc.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.10 2000/05/02 20:01:51 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.11 2000/09/29 20:21:33 petere Exp $
33
-->
44

55
<chapter id="dfunc">
@@ -148,7 +148,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.10 2000/05/02 20:01:51 thoma
148148
</itemizedlist>
149149
</para>
150150

151-
<sect1>
151+
<sect1 id="dload-linux">
152152
<title>Linux</title>
153153

154154
<para>
@@ -171,7 +171,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.10 2000/05/02 20:01:51 thoma
171171
</sect1>
172172

173173
<!--
174-
<sect1>
174+
<sect1 id="dload-ultrix">
175175
<title><acronym>ULTRIX</acronym></title>
176176

177177
<para>
@@ -196,7 +196,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.10 2000/05/02 20:01:51 thoma
196196
</sect1>
197197
-->
198198

199-
<sect1>
199+
<sect1 id="dload-osf">
200200
<title><acronym>DEC OSF/1</acronym></title>
201201

202202
<para>
@@ -240,7 +240,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.10 2000/05/02 20:01:51 thoma
240240
</para>
241241
</sect1>
242242

243-
<sect1>
243+
<sect1 id="dload-other">
244244
<title>
245245
<acronym>SunOS 4.x</acronym>, <acronym>Solaris 2.x</acronym> and
246246
<acronym>HP-UX</acronym></title>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp