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

Commit73d8bbc

Browse files
author
Thomas G. Lockhart
committed
Minor markup changes. Refer to (".../catalog") in the emacs hints.
1 parent5e55bb0 commit73d8bbc

Some content is hidden

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

59 files changed

+413
-362
lines changed

‎doc/src/sgml/admin.sgml

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,9 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.20 2000/03/30 22:22:40 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.21 2000/03/31 03:27:40 thomas Exp $
33

44
Postgres Administrator's Guide.
55
Derived from postgres.sgml.
66
- thomas 1998-10-27
7-
8-
$Log: admin.sgml,v $
9-
Revision 1.20 2000/03/30 22:22:40 thomas
10-
Accumulated fixups.
11-
Add some chapters on new topics.
12-
Change to referencing OASIS/Docbook v3.1 rather than Davenport/Docbook v3.0
13-
Grepped for and fixed apparent tag mangling from emacs
14-
"Normalize" operation. Should be the last of those.
15-
16-
Revision 1.19 2000/03/28 14:16:06 thomas
17-
Update SGML catalog references to DocBook 3.1 on FreeBSD.
18-
Matches postgresql.org/hub.org environment.
19-
20-
Revision 1.18 1999/12/06 16:37:11 thomas
21-
Remove references to PostgreSQL as "public-domain" since that has a
22-
specific meaning wrt copyright (or lack thereof).
23-
24-
Revision 1.17 1999/09/29 05:18:14 thomas
25-
Strip out some cvs log info.
26-
27-
Revision 1.16 1999/06/23 06:15:13 thomas
28-
Add backup/restore info to Admin Guide.
29-
Split management chapter from start-ag.sgml to manage-ag.sgml.
30-
31-
Revision 1.15 1999/06/03 04:21:47 thomas
32-
Markup changes for v6.5 release.
33-
Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
34-
357
-->
368

379
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
@@ -160,7 +132,7 @@ Don't bother with an index until we get some index entries.
160132

161133
<!-- Keep this comment at the end of the file
162134
Local variables:
163-
mode:sgml
135+
mode:sgml
164136
sgml-omittag:nil
165137
sgml-shorttag:t
166138
sgml-minimize-attributes:nil
@@ -170,7 +142,7 @@ sgml-indent-data:t
170142
sgml-parent-document:nil
171143
sgml-default-dtd-file:"./reference.ced"
172144
sgml-exposed-tags:nil
173-
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
145+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
174146
sgml-local-ecat-files:nil
175147
End:
176148
-->

‎doc/src/sgml/advanced.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.9 2000/03/31 03:27:40 thomas Exp $
3+
-->
4+
15
<chapter id="advanced">
26
<title>Advanced <productname>Postgres</productname> <acronym>SQL</acronym> Features</title>
37

@@ -325,7 +329,7 @@ SELECT name, population
325329

326330
<!-- Keep this comment at the end of the file
327331
Local variables:
328-
mode:sgml
332+
mode:sgml
329333
sgml-omittag:nil
330334
sgml-shorttag:t
331335
sgml-minimize-attributes:nil
@@ -335,7 +339,7 @@ sgml-indent-data:t
335339
sgml-parent-document:nil
336340
sgml-default-dtd-file:"./reference.ced"
337341
sgml-exposed-tags:nil
338-
sgml-local-catalogs:"/usr/lib/sgml/catalog"
342+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
339343
sgml-local-ecat-files:nil
340344
End:
341345
-->

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.8 2000/03/31 03:27:40 thomas Exp $
3+
-->
4+
15
<chapter id="overview">
26
<title>Overview of PostgreSQL Internals</title>
37

@@ -4078,7 +4082,7 @@ instead.
40784082

40794083
<!-- Keep this comment at the end of the file
40804084
Local variables:
4081-
mode:sgml
4085+
mode:sgml
40824086
sgml-omittag:nil
40834087
sgml-shorttag:t
40844088
sgml-minimize-attributes:nil
@@ -4088,7 +4092,7 @@ sgml-indent-data:t
40884092
sgml-parent-document:nil
40894093
sgml-default-dtd-file:"./reference.ced"
40904094
sgml-exposed-tags:nil
4091-
sgml-local-catalogs:"/usr/lib/sgml/catalog"
4095+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
40924096
sgml-local-ecat-files:nil
40934097
End:
40944098
-->

‎doc/src/sgml/biblio.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thomas Exp $
3+
-->
4+
15
<bibliography id="biblio">
26
<title>Bibliography</title>
37

@@ -857,7 +861,7 @@ sgml-indent-data:t
857861
sgml-parent-document:nil
858862
sgml-default-dtd-file:"./reference.ced"
859863
sgml-exposed-tags:nil
860-
sgml-local-catalogs:("/usr/lib/sgml/CATALOG")
864+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
861865
sgml-local-ecat-files:nil
862866
End:
863867
-->

‎doc/src/sgml/cvs.sgml

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,7 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.6 1999/05/26 17:30:28 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.7 2000/03/31 03:27:40 thomas Exp $
33
CVS code repository
44
Thomas Lockhart
5-
6-
$Log: cvs.sgml,v $
7-
Revision 1.6 1999/05/26 17:30:28 thomas
8-
Add chapters on CVS access, MVCC, SQL theory to the docs.
9-
Add an appendix with more details on date/time attributes and handling.
10-
Update most references to Postgres version numbers to 6.5,
11-
*except* for the porting list which will require a report
12-
from a successful installation to be updated.
13-
14-
Revision 1.5 1999/05/22 02:27:23 thomas
15-
Finish initial markup of cvs.sgml, and include it in the programmer's guide
16-
and the integrated doc. Clean up other markup.
17-
18-
Revision 1.4 1999/04/06 15:38:10 thomas
19-
Start indenting markup. No text changes.
20-
21-
Revision 1.3 1999/03/30 15:25:56 thomas
22-
Fix up small markup problems. Force omit-tags to nil so we have tag
23-
completion as required by the newest DocBook conventions.
24-
25-
Revision 1.2 1999/01/07 03:00:43 thomas
26-
Put in more markup. Not done yet though.
27-
28-
Revision 1.1 1998/12/18 16:08:19 thomas
29-
Information on the CVS tree and remote access.
30-
Not yet complete, integrated, or marked up.
31-
Not yet included in a document (should go in the developer's doc?).
32-
335
-->
346

357
<appendix label="DG1" id="cvs">
@@ -890,7 +862,7 @@ instructions again...
890862

891863
<!-- Keep this comment at the end of the file
892864
Local variables:
893-
mode:sgml
865+
mode:sgml
894866
sgml-omittag:nil
895867
sgml-shorttag:t
896868
sgml-minimize-attributes:nil
@@ -900,7 +872,7 @@ sgml-indent-data:t
900872
sgml-parent-document:nil
901873
sgml-default-dtd-file:"./reference.ced"
902874
sgml-exposed-tags:nil
903-
sgml-local-catalogs:"/usr/lib/sgml/catalog"
875+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
904876
sgml-local-ecat-files:nil
905877
End:
906878
-->

‎doc/src/sgml/datatype.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.26 2000/03/31 03:27:40 thomas Exp $
3+
-->
4+
15
<chapter id="datatype">
26
<title id="datatype-title">Data Types</title>
37

@@ -1770,7 +1774,7 @@ where
17701774

17711775
<!-- Keep this comment at the end of the file
17721776
Local variables:
1773-
mode:sgml
1777+
mode:sgml
17741778
sgml-omittag:nil
17751779
sgml-shorttag:t
17761780
sgml-minimize-attributes:nil
@@ -1780,7 +1784,7 @@ sgml-indent-data:t
17801784
sgml-parent-document:nil
17811785
sgml-default-dtd-file:"./reference.ced"
17821786
sgml-exposed-tags:nil
1783-
sgml-local-catalogs:"/usr/lib/sgml/catalog"
1787+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
17841788
sgml-local-ecat-files:nil
17851789
End:
17861790
-->

‎doc/src/sgml/datetime.sgml

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,6 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.7 2000/03/29 03:57:10 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.8 2000/03/31 03:27:40 thomas Exp $
33
Date/time details
4-
5-
$Log: datetime.sgml,v $
6-
Revision 2.7 2000/03/29 03:57:10 thomas
7-
Change rules for interpreting date/time input to disallow 1 and 3 character
8-
years. Rejects dates like '0.085', which were accepted previously.
9-
Minor mods of ODBC markup.
10-
11-
Revision 2.6 2000/02/02 16:21:06 thomas
12-
Add detailed information on Australian time zones.
13-
14-
Revision 2.5 1999/10/12 13:57:04 thomas
15-
Sequence of date interpretation not quite right.
16-
17-
Revision 2.4 1999/06/23 06:17:51 thomas
18-
Clarify input/output timezone information.
19-
Add detail on exact interpretation of "concatenated date"
20-
for various lengths.
21-
22-
Revision 2.3 1999/05/26 17:30:28 thomas
23-
Add chapters on CVS access, MVCC, SQL theory to the docs.
24-
Add an appendix with more details on date/time attributes and handling.
25-
Update most references to Postgres version numbers to 6.5,
26-
*except* for the porting list which will require a report
27-
from a successful installation to be updated.
28-
29-
Revision 2.2 1999/05/22 02:27:23 thomas
30-
Finish initial markup of cvs.sgml, and include it in the programmer's guide
31-
and the integrated doc. Clean up other markup.
32-
334
-->
345

356
<appendix label="UG1" id="datetime-appendix">
@@ -774,7 +745,7 @@ Finish initial markup of cvs.sgml, and include it in the programmer's guide
774745

775746
<!-- Keep this comment at the end of the file
776747
Local variables:
777-
mode:sgml
748+
mode:sgml
778749
sgml-omittag:nil
779750
sgml-shorttag:t
780751
sgml-minimize-attributes:nil
@@ -784,7 +755,7 @@ sgml-indent-data:t
784755
sgml-parent-document:nil
785756
sgml-default-dtd-file:"./reference.ced"
786757
sgml-exposed-tags:nil
787-
sgml-local-catalogs:"/usr/lib/sgml/catalog"
758+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
788759
sgml-local-ecat-files:nil
789760
End:
790761
-->

‎doc/src/sgml/dfunc.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.9 2000/03/31 03:27:40 thomas Exp $
3+
-->
4+
15
<chapter id="dfunc">
26
<title id="dfunc-title">Linking Dynamically-Loaded Functions</title>
37

@@ -375,7 +379,7 @@ procedure.
375379

376380
<!-- Keep this comment at the end of the file
377381
Local variables:
378-
mode:sgml
382+
mode:sgml
379383
sgml-omittag:nil
380384
sgml-shorttag:t
381385
sgml-minimize-attributes:nil
@@ -385,7 +389,7 @@ sgml-indent-data:t
385389
sgml-parent-document:nil
386390
sgml-default-dtd-file:"./reference.ced"
387391
sgml-exposed-tags:nil
388-
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
392+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
389393
sgml-local-ecat-files:nil
390394
End:
391395
-->

‎doc/src/sgml/ecpg.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.13 2000/03/31 03:27:40 thomas Exp $
3+
-->
4+
15
<chapter>
26
<docinfo>
37
<authorgroup>
@@ -1045,7 +1049,7 @@ sgml-indent-data:t
10451049
sgml-parent-document:nil
10461050
sgml-default-dtd-file:"./reference.ced"
10471051
sgml-exposed-tags:nil
1048-
sgml-local-catalogs:("/usr/lib/sgml/CATALOG")
1052+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
10491053
sgml-local-ecat-files:nil
10501054
End:
10511055
-->

‎doc/src/sgml/extend.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.5 2000/03/31 03:27:40 thomas Exp $
3+
-->
4+
15
<chapter id="extend">
26
<title>Extending <acronym>SQL</acronym>: An Overview</title>
37

@@ -263,7 +267,7 @@
263267

264268
<!-- Keep this comment at the end of the file
265269
Local variables:
266-
mode:sgml
270+
mode:sgml
267271
sgml-omittag:nil
268272
sgml-shorttag:t
269273
sgml-minimize-attributes:nil
@@ -273,7 +277,7 @@ sgml-indent-data:t
273277
sgml-parent-document:nil
274278
sgml-default-dtd-file:"./reference.ced"
275279
sgml-exposed-tags:nil
276-
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
280+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
277281
sgml-local-ecat-files:nil
278282
End:
279283
-->

‎doc/src/sgml/geqo.sgml

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.8 1999/03/30 15:25:56 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.9 2000/03/31 03:27:40 thomas Exp $
33
Genetic Optimizer
4-
5-
$Log: geqo.sgml,v $
6-
Revision 1.8 1999/03/30 15:25:56 thomas
7-
Fix up small markup problems. Force omit-tags to nil so we have tag
8-
completion as required by the newest DocBook conventions.
9-
10-
Revision 1.7 1999/02/19 01:57:08 thomas
11-
Fix SGML markup from last content changes.
12-
13-
Revision 1.6 1999/02/18 05:26:17 momjian
14-
Enable bushy plans by default.
15-
16-
Revision 1.5 1998/12/29 02:24:15 thomas
17-
Clean up to ensure tag completion as required by the newest versions
18-
of Norm's Modular Style Sheets and jade/docbook.
19-
From Vince Vielhaber <vev@michvhf.com>.
20-
21-
Revision 1.4 1998/08/15 06:55:05 thomas
22-
Change Id field in chapter tag to change html output file name.
23-
244
-->
255

266
<Chapter Id="geqo">
@@ -402,7 +382,7 @@ The Benjamin/Cummings Pub., Inc.
402382

403383
<!-- Keep this comment at the end of the file
404384
Local variables:
405-
mode:sgml
385+
mode:sgml
406386
sgml-omittag:nil
407387
sgml-shorttag:t
408388
sgml-minimize-attributes:nil
@@ -412,7 +392,7 @@ sgml-indent-data:t
412392
sgml-parent-document:nil
413393
sgml-default-dtd-file:"./reference.ced"
414394
sgml-exposed-tags:nil
415-
sgml-local-catalogs:"/usr/lib/sgml/catalog"
395+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
416396
sgml-local-ecat-files:nil
417397
End:
418398
-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp