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

Commit7c164dc

Browse files
committed
Update, polish, consistencify preface/intro sections.
1 parent80dbae3 commit7c164dc

19 files changed

+357
-618
lines changed

‎doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.28 2001/01/06 16:54:16 petere Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.29 2001/02/03 19:03:26 petere Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -85,7 +85,7 @@ man: $(ALLSGML)
8585
## HTML
8686
##
8787

88-
JADE.html =$(JADE)$(JADEFLAGS)$(SGMLINCLUDE) -d$(HDSL) -V %use-id-as-filename% -t sgml
88+
JADE.html =$(JADE)$(JADEFLAGS)$(SGMLINCLUDE) -d$(HDSL) -V %use-id-as-filename% -V %generate-legalnotice-link% -t sgml
8989

9090
postgres.html: postgres.sgml$(ALLSGML)
9191
@rm -f*.htm

‎doc/src/sgml/about.sgml

Lines changed: 0 additions & 37 deletions
This file was deleted.

‎doc/src/sgml/admin.sgml

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,27 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.31 2001/01/24 23:15:19 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.32 2001/02/03 19:03:26 petere Exp $
33
-->
44

55
<book id="admin">
66

77
<!-- Title information -->
88

9-
<title><![%single-book;[PostgreSQL &version;]]> Administrator's Guide</title>
9+
<title>PostgreSQL &version; Administrator's Guide</title>
10+
1011
<bookinfo>
1112
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
12-
13-
<editor>
14-
<firstname>Thomas</firstname>
15-
<surname>Lockhart</surname>
16-
<affiliation>
17-
<orgname>Caltech/JPL</orgname>
18-
</affiliation>
19-
</editor>
20-
21-
<legalnotice>
22-
<para>
23-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2001
24-
by PostgreSQL Global Development Group
25-
</para>
26-
</legalnotice>
27-
13+
&legal;
2814
</bookinfo>
2915

30-
<preface id="ag-preface">
31-
<title>Summary</title>
32-
33-
<para>
34-
<productname>Postgres</productname>,
35-
developed originally in the UC Berkeley Computer Science Department,
36-
pioneered many of the object-relational concepts
37-
now becoming available in some commercial databases.
38-
It provides SQL92/SQL99 language support,
39-
transaction integrity, and type extensibility.
40-
<productname>PostgreSQL</productname> is an open-source descendant
41-
of this original Berkeley code.
42-
</para>
43-
</preface>
44-
4516
<!--
4617
Disable these extra intro chapters since some elements (e.g. y2k
4718
statement) are included in the first intro.sgml and cause errors if
4819
included twice.
4920
-->
5021
<![%single-book;[
51-
&intro-ag;
22+
&intro;
5223
]]>
24+
5325
&installation;
5426
&installw;
5527
&runtime;
@@ -62,6 +34,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.31 2001/01/24 23:15:19
6234
&recovery;
6335
&regress;
6436
&release;
37+
6538
<![%single-book;[
6639
&biblio;
6740
]]>

‎doc/src/sgml/developer.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/developer.sgml,v 1.3 2000/11/29 20:15:59 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/developer.sgml,v 1.4 2001/02/03 19:03:26 petere Exp $ -->
22
<!-- PostgreSQL Developer's Guide -->
33

44
<book id="developer">
5-
<title><![%single-book;[PostgreSQL &version;]]> Developer's Guide</title>
5+
<title>PostgreSQL &version; Developer's Guide</title>
66

77
<bookinfo>
8+
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
9+
&legal;
10+
811
<abstract>
912
<simpara>
1013
This document contains assorted information that can be of use to
1114
<productname>PostgreSQL</> developers.
1215
</simpara>
1316
</abstract>
14-
15-
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
1617
</bookinfo>
1718

1819
&sources;

‎doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/filelist.sgml,v 1.6 2001/01/24 23:15:19 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/filelist.sgml,v 1.7 2001/02/03 19:03:26 petere Exp $ -->
22

3-
<!entity about SYSTEM "about.sgml">
43
<!entity history SYSTEM "history.sgml">
54
<!entity info SYSTEM "info.sgml">
65
<!entity legal SYSTEM "legal.sgml">
@@ -45,7 +44,6 @@
4544
<!entity backup SYSTEM "backup.sgml">
4645
<!entity charset SYSTEM "charset.sgml">
4746
<!entity client-auth SYSTEM "client-auth.sgml">
48-
<!entity intro-ag SYSTEM "intro-ag.sgml">
4947
<!entity installation SYSTEM "installation.sgml">
5048
<!entity installw SYSTEM "install-win32.sgml">
5149
<!entity manage-ag SYSTEM "manage-ag.sgml">
@@ -63,7 +61,6 @@
6361
<!entity extend SYSTEM "extend.sgml">
6462
<!entity func-ref SYSTEM "func-ref.sgml">
6563
<!entity gist SYSTEM "gist.sgml">
66-
<!entity intro-pg SYSTEM "intro-pg.sgml">
6764
<!entity indexcost SYSTEM "indexcost.sgml">
6865
<!entity jdbc SYSTEM "jdbc.sgml">
6966
<!entity libpgeasy SYSTEM "libpgeasy.sgml">

‎doc/src/sgml/history.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.12 2000/12/22 21:51:57 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.13 2001/02/03 19:03:26 petere Exp $
33
-->
44

55
<sect1 id="history">
66
<title>A Short History of <productname>Postgres</productname></title>
77

88
<para>
9-
TheObject-Relational Database Management System now known as
9+
Theobject-relational database management system now known as
1010
<productname>PostgreSQL</productname> (and briefly called
1111
<productname>Postgres95</productname>) is derived from the
12-
<productname>Postgres</productname> package written atBerkeley.
13-
With over a decade of
12+
<productname>Postgres</productname> package written atthe University of
13+
California at Berkeley.With over a decade of
1414
development behind it, <productname>PostgreSQL</productname>
1515
is the most advanced open-source database available anywhere,
1616
offering multi-version concurrency control, supporting almost
1717
all SQL constructs (including subselects, transactions, and
1818
user-defined types and functions), and having a wide range of
19-
language bindings available (including C, C++, Java,perl, tcl, andpython).
19+
language bindings available (including C, C++, Java,Perl, Tcl, andPython).
2020
</para>
2121

2222
<sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp