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

Commit18baa27

Browse files
author
Thomas G. Lockhart
committed
Add port information for NS32532.
Fix Id tag in chapter headings to allow meaningful file names in html.
1 parent3221c0d commit18baa27

14 files changed

+46
-24
lines changed

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

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

44
<Sect1>

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

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

44
<Sect1>

‎doc/src/sgml/arch.sgml

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

44
<Sect1>

‎doc/src/sgml/biblio.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<BIBLIOGRAPHY>
1+
<BIBLIOGRAPHY Id="biblio">
22
<Title><Acronym>SQL</Acronym> References</Title>
33

44
<Para>
@@ -167,7 +167,7 @@ Selected references and readings for <Acronym>SQL</Acronym> and <ProductName>Pos
167167
<!--
168168
<BIBLIOMISC>&dash;</BIBLIOMISC>
169169

170-
<BOOKBIBLIO ID="REFERENCE">
170+
<BOOKBIBLIO ID="POSTGRES-REFERENCE">
171171
-->
172172
<TITLE>The <ProductName>PostgreSQL</ProductName> Reference Manual</TITLE>
173173
<Editor>
@@ -205,7 +205,7 @@ Selected references and readings for <Acronym>SQL</Acronym> and <ProductName>Pos
205205
-->
206206
</BIBLIOENTRY>
207207

208-
<BIBLIOENTRY ID="REFERENCE">
208+
<BIBLIOENTRY ID="POSTGRES-USERS">
209209
<!--
210210
<BIBLIOMISC>&dash;</BIBLIOMISC>
211211

‎doc/src/sgml/contacts.sgml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
<Appendixlabel="B">
1+
<AppendixLabel="B" Id="contacts">
22
<Title>Contacts</Title>
33

4-
<Sect1>
5-
<Title>Introduction</Title>
4+
<!--
65
<Para>
6+
Support for <productname>Postgres</productname> comes primarily from
7+
this printed documentation, the web-based mailing list archives,
8+
and the mailing lists themselves.
79
</Para>
810

9-
<Sect1>
11+
<Sect1 id="mailing-list">
12+
<Title>Mailing Lists</Title>
13+
14+
<Para>
15+
Refer to the introduction in this manual or to the
16+
<ulink url="postgresql.org"><productname>Postgres</productname> web page</ulink>
17+
for subscription information to the no-cost mailing lists.
18+
</Para>
19+
20+
<Sect1 id="people">
1021
<Title>People</Title>
22+
-->
1123

1224
<Para>
1325
<ItemizedList Mark="bullet" Spacing="compact">

‎doc/src/sgml/geqo.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Chapter>
1+
<Chapter Id="geqo">
22
<DocInfo>
33
<Author>
44
<FirstName>Martin</FirstName>
@@ -274,7 +274,7 @@ Suggestions are welcome :-(
274274
Enable bushy query tree processing within <ProductName>Postgres</ProductName>;
275275
that may improve the quality of query plans.
276276

277-
<BIBLIOGRAPHY>
277+
<BIBLIOGRAPHY Id="geqo-references">
278278
<TITLE>
279279
References
280280
</TITLE>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Chapter>
1+
<Chapter Id="intro-pg">
22
<TITLE>Introduction</TITLE>
33

44
<Para>

‎doc/src/sgml/intro.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Chapter>
1+
<Chapter Id="intro">
22
<TITLE>Introduction</TITLE>
33

44
<Para>

‎doc/src/sgml/libpgtcl.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Chapter>
1+
<Chapter Id="pgtcl">
22
<Title>pgtcl</Title>
33

44
<Para>
@@ -516,6 +516,8 @@ parameter, the request is established, or the command string of an already
516516
existing request is replaced. With no callbackCommand parameter, a prior
517517
request is canceled.
518518
</PARA>
519+
520+
<para>
519521
After a <PARA><FUNCTION>pg_listen</FUNCTION> request is established,
520522
the specified command string is executed whenever a NOTIFY message bearing
521523
the given name arrives from the backend. This occurs when any

‎doc/src/sgml/ports.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Chapter>
1+
<Chapter Id="ports">
22
<Title>Ports</Title>
33

44
<Sect1>
55
<Title>Currently Supported Platforms</Title>
66

77
<Para>
88
<ProductName>Postgres</ProductName> is available free of charge. This manual
9-
describes version 6.3 of <ProductName>Postgres</ProductName>. The authors have
9+
describes version 6.4 of <ProductName>Postgres</ProductName>. The authors have
1010
compiled and tested <ProductName>Postgres</ProductName> on the following
1111
platforms:
1212

@@ -54,6 +54,13 @@
5454
<ENTRY>1998-03-01</ENTRY>
5555
<ENTRY>(<ULink url="mailto:brook@trillium.NMSU.Edu">Brook Milligan</ULink>)</ENTRY>
5656
</ROW>
57+
<ROW>
58+
<ENTRY>NetBSD 1.3</ENTRY>
59+
<ENTRY>NS32532</ENTRY>
60+
<ENTRY>v6.3</ENTRY>
61+
<ENTRY>1998-07-20</ENTRY>
62+
<ENTRY>(<ULink url="mailto:phil@steelhead.cs.wwu.edu">Phil Nelson</ULink>)</ENTRY>
63+
</ROW>
5764
<ROW>
5865
<ENTRY>NetBSD 1.3</ENTRY>
5966
<ENTRY>Sparc</ENTRY>

‎doc/src/sgml/postgres.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<!entity contacts SYSTEM "contacts.sgml">
7474
]>
7575
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
76-
<Book>
76+
<Book Id="postgres">
7777

7878
<!-- Title information -->
7979

‎doc/src/sgml/reference.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!entity biblio SYSTEM "biblio.sgml">
1414
<!entity contacts SYSTEM "contacts.sgml">
1515
]>
16-
<Book>
16+
<Book Id="reference">
1717

1818
<!-- Title information -->
1919

@@ -80,7 +80,7 @@ Your name here...
8080
</Dedication>
8181
-->
8282

83-
<Preface>
83+
<Preface Id="preface">
8484
<Title>Summary</Title>
8585

8686
<Para>
@@ -104,7 +104,8 @@ It provides SQL92/SQL3 language support,
104104
&contacts;
105105
&biblio;
106106

107-
<INDEX> </INDEX>
107+
<index Id="index">
108+
</index>
108109

109110
</Book>
110111

‎doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Chapter>
1+
<Chapter Id="release">
22
<Title>Release Notes</Title>
33

44
<Para>
@@ -228,7 +228,7 @@ Old-style <quote>time travel</quote> has been removed. Performance has been impr
228228
<note>
229229
<para>
230230
Bruce Momjian wrote the following notes to introduce the new release.
231-
<note>
231+
</note>
232232

233233
<para>
234234
There are some general 6.3 issues that I want to mention. These are

‎doc/src/sgml/start.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Chapter>
1+
<Chapter Id="start">
22
<Title>Getting Started</Title>
33

44
<Abstract>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp