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

Commit66dfa36

Browse files
author
Thomas G. Lockhart
committed
Include new information from Massimo. Rearrange ODBC docs.
1 parentda63386 commit66dfa36

File tree

3 files changed

+33
-18
lines changed

3 files changed

+33
-18
lines changed

‎doc/src/sgml/admin.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $log$
1919

2020
<!entity intro-ag SYSTEM "intro-ag.sgml">
2121
<!entity install SYSTEM "install.sgml">
22+
<!entity options SYSTEM "pg_options.sgml">
2223
<!entity ports SYSTEM "ports.sgml">
2324
<!entity recovery SYSTEM "recovery.sgml">
2425
<!entity regress SYSTEM "regress.sgml">
@@ -102,6 +103,7 @@ It provides SQL92/SQL3 language support,
102103
&ports;
103104
&install;
104105
&runtime;
106+
&options;
105107
&start-ag;
106108
&recovery;
107109
&regress;

‎doc/src/sgml/postgres.sgml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.9 1998/09/30 05:41:49 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.10 1998/10/21 05:31:52 thomas Exp $
33

44
Postgres integrated documentation.
55
Other subset docs should be copied and shrunk from here.
66
thomas 1998-02-23
77

88
$Log: postgres.sgml,v $
9+
Revision 1.10 1998/10/21 05:31:52 thomas
10+
Include new information from Massimo. Rearrange ODBC docs.
11+
912
Revision 1.9 1998/09/30 05:41:49 thomas
1013
Clean up pages. Add information for operator precedence.
1114
Split introduction sections into separate files to allow the legal notice
@@ -57,14 +60,15 @@ Include new chapters.
5760
%allfiles;
5861

5962
<!-- administrator's guide -->
60-
<!entity intro-ag SYSTEM "intro-ag.sgml">
61-
<!entity start-ag SYSTEM "start-ag.sgml">
6263
<!entity install SYSTEM "install.sgml">
64+
<!entity intro-ag SYSTEM "intro-ag.sgml">
65+
<!entity options SYSTEM "pg_options.sgml">
66+
<!entity ports SYSTEM "ports.sgml">
6367
<!entity runtime SYSTEM "runtime.sgml">
6468
<!entity recovery SYSTEM "recovery.sgml">
6569
<!entity regress SYSTEM "regress.sgml">
66-
<!entity ports SYSTEM "ports.sgml">
6770
<!entity release SYSTEM "release.sgml">
71+
<!entity start-ag SYSTEM "start-ag.sgml">
6872

6973
<!-- programmer's guide -->
7074
<!entity intro-pg SYSTEM "intro-pg.sgml">
@@ -87,17 +91,19 @@ Include new chapters.
8791
<!entity ecpg SYSTEM "ecpg.sgml">
8892
<!entity odbc SYSTEM "odbc.sgml">
8993
<!entity jdbc SYSTEM "jdbc.sgml">
94+
<!entity xplang SYSTEM "xplang.sgml">
9095

9196
<!-- developer's guide -->
9297
<!entity arch-dev SYSTEM "arch-dev.sgml">
93-
<!entity geqo SYSTEM "geqo.sgml">
94-
<!entity protocol SYSTEM "protocol.sgml">
95-
<!entity compiler SYSTEM "compiler.sgml">
96-
<!entity page SYSTEM "page.sgml">
97-
<!entity bki SYSTEM "bki.sgml">
98-
<!entity docguide SYSTEM "docguide.sgml">
9998
<!entity biblio SYSTEM "biblio.sgml">
99+
<!entity bki SYSTEM "bki.sgml">
100+
<!entity compiler SYSTEM "compiler.sgml">
100101
<!entity contacts SYSTEM "contacts.sgml">
102+
<!entity docguide SYSTEM "docguide.sgml">
103+
<!entity geqo SYSTEM "geqo.sgml">
104+
<!entity page SYSTEM "page.sgml">
105+
<!entity protocol SYSTEM "protocol.sgml">
106+
<!entity signals SYSTEM "signals.sgml">
101107
]>
102108
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
103109
<Book Id="postgres">
@@ -215,6 +221,7 @@ Installation and maintenance information.
215221
&intro-ag;
216222
&ports;
217223
&install;
224+
&options;
218225
&start-ag;
219226
&recovery;
220227
&regress;
@@ -241,6 +248,7 @@ Information for extending <ProductName>Postgres</ProductName>.
241248
&dfunc;
242249
&trigger;
243250
&spi;
251+
&xplang;
244252
<!-- &libpq; -->
245253
</Part>
246254

@@ -264,13 +272,14 @@ User and programmer interfaces.
264272
<Title>Developer's Guide</Title>
265273
<PartIntro>
266274
<Para>
267-
The Developer's Guide includes discussion of design decisions andsuggestions for
268-
future development.
275+
The Developer's Guide includes discussion of design decisions and
276+
suggestions forfuture development.
269277
</Para>
270278
</PartIntro>
271279
&arch-dev;
272280
&geqo;
273281
&protocol;
282+
&signals;
274283
&compiler;
275284
&bki;
276285
&page;

‎doc/src/sgml/programmer.sgml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,18 @@ $log$
6060
<!entity ecpg SYSTEM "ecpg.sgml">
6161
<!entity odbc SYSTEM "odbc.sgml">
6262
<!entity jdbc SYSTEM "jdbc.sgml">
63+
<!entity xplang SYSTEM "xplang.sgml">
6364

6465
<!entity arch-dev SYSTEM "arch-dev.sgml">
65-
<!entity geqo SYSTEM "geqo.sgml">
66-
<!entity protocol SYSTEM "protocol.sgml">
67-
<!entity compiler SYSTEM "compiler.sgml">
68-
<!entity page SYSTEM "page.sgml">
69-
<!entity bki SYSTEM "bki.sgml">
70-
<!entity docguide SYSTEM "docguide.sgml">
7166
<!entity biblio SYSTEM "biblio.sgml">
67+
<!entity bki SYSTEM "bki.sgml">
68+
<!entity compiler SYSTEM "compiler.sgml">
7269
<!entity contacts SYSTEM "contacts.sgml">
70+
<!entity docguide SYSTEM "docguide.sgml">
71+
<!entity geqo SYSTEM "geqo.sgml">
72+
<!entity page SYSTEM "page.sgml">
73+
<!entity protocol SYSTEM "protocol.sgml">
74+
<!entity signals SYSTEM "signals.sgml">
7375
]>
7476

7577
<Book Id="programmer">
@@ -165,12 +167,14 @@ It provides SQL92/SQL3 language support,
165167
&ecpg;
166168
&odbc;
167169
&jdbc;
170+
&xplang;
168171

169172
<!-- development -->
170173

171174
&arch-dev;
172175
&geqo;
173176
&protocol;
177+
&signals;
174178
&compiler;
175179
&bki;
176180
&page;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp