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

Commit45f79ca

Browse files
author
Thomas G. Lockhart
committed
Fixups in content and markup for 7.0 release.
1 parenta6894eb commit45f79ca

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

+3221
-2471
lines changed

‎doc/src/sgml/Makefile

Lines changed: 12 additions & 10 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.13 2000/01/14 22:11:31 petere Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.14 2000/05/02 20:01:51 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -67,17 +67,18 @@ vpath %.sgml ./ref
6767

6868
MANSOURCES=$(wildcard ref/*.sgml)
6969

70-
APPLICATIONS= createdb.sgml createuser.sgml\
71-
createlang.sgml\
72-
dropdb.sgml dropuser.sgml\
73-
droplang.sgml\
70+
APPLICATIONS= createdb.sgml createlang.sgml createuser.sgml\
71+
dropdb.sgml droplang.sgml dropuser.sgml\
72+
ecpg-ref.sgml\
7473
initdb.sgml initlocation.sgml\
7574
ipcclean.sgml\
7675
pg_dump.sgml\
7776
pg_dumpall.sgml\
77+
pg_passwd.sgml\
7878
pg_upgrade.sgml\
7979
pgaccess-ref.sgml\
8080
pgadmin-ref.sgml\
81+
pgctl-ref.sgml\
8182
pgtclsh.sgml\
8283
pgtksh.sgml\
8384
postgres-ref.sgml\
@@ -87,8 +88,9 @@ APPLICATIONS= createdb.sgml createuser.sgml \
8788

8889
COMMANDS= abort.sgml alter_group.sgml alter_table.sgml alter_user.sgml\
8990
begin.sgml\
90-
close.sgml cluster.sgml commit.sgml copy.sgml\
91-
create_aggregate.sgml create_database.sgml create_function.sgml create_group.sgml\
91+
close.sgml cluster.sgml comment.sgml commit.sgml copy.sgml\
92+
create_aggregate.sgml create_constraint.sgml create_database.sgml\
93+
create_function.sgml create_group.sgml\
9294
create_index.sgml\
9395
create_language.sgml create_operator.sgml create_rule.sgml create_sequence.sgml\
9496
create_table.sgml create_table_as.sgml create_trigger.sgml create_type.sgml\
@@ -98,12 +100,12 @@ COMMANDS= abort.sgml alter_group.sgml alter_table.sgml alter_user.sgml \
98100
drop_index.sgml\
99101
drop_language.sgml drop_operator.sgml drop_rule.sgml drop_sequence.sgml\
100102
drop_table.sgml drop_trigger.sgml drop_type.sgml drop_user.sgml drop_view.sgml\
101-
explain.sgml fetch.sgml grant.sgml\
103+
end.sgmlexplain.sgml fetch.sgml grant.sgml\
102104
insert.sgml listen.sgml load.sgml lock.sgml move.sgml\
103105
notify.sgml\
104-
reset.sgml revoke.sgml rollback.sgml\
106+
reindex.sgmlreset.sgml revoke.sgml rollback.sgml\
105107
select.sgml select_into.sgml set.sgml show.sgml\
106-
unlisten.sgml update.sgml vacuum.sgml
108+
truncate.sgmlunlisten.sgml update.sgml vacuum.sgml
107109

108110
FUNCTIONS= current_date.sgml current_time.sgml current_timestamp.sgml current_user.sgml
109111

‎doc/src/sgml/admin.sgml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.21 2000/03/31 03:27:40 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.22 2000/05/02 20:01:51 thomas Exp $
33

44
Postgres Administrator's Guide.
55
Derived from postgres.sgml.
@@ -34,27 +34,27 @@ Derived from postgres.sgml.
3434
<!entity biblio SYSTEM "biblio.sgml">
3535
]>
3636

37-
<Book Id="admin">
37+
<book id="admin">
3838

3939
<!-- Title information -->
4040

41-
<Title>PostgreSQL Administrator's Guide</Title>
42-
<BookInfo>
43-
<ReleaseInfo>Coveringv6.5 for general release</ReleaseInfo>
44-
<BookBiblio>
45-
<AuthorGroup>
46-
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
47-
</AuthorGroup>
41+
<title>PostgreSQL Administrator's Guide</title>
42+
<bookinfo>
43+
<releaseinfo>Coveringv7.0 for general release</releaseinfo>
44+
<bookbiblio>
45+
<authorgroup>
46+
<corpauthor>The PostgreSQL Development Team</corpauthor>
47+
</authorgroup>
4848
<!-- editor in authorgroup is not supported
4949
<AuthorGroup>
5050
-->
51-
<Editor>
52-
<FirstName>Thomas</FirstName>
53-
<SurName>Lockhart</SurName>
54-
<Affiliation>
55-
<OrgName>Caltech/JPL</OrgName>
56-
</Affiliation>
57-
</Editor>
51+
<editor>
52+
<firstname>Thomas</firstname>
53+
<surname>Lockhart</surname>
54+
<affiliation>
55+
<orgname>Caltech/JPL</orgname>
56+
</affiliation>
57+
</editor>
5858
<!--
5959
</AuthorGroup>
6060
-->
@@ -63,17 +63,17 @@ Derived from postgres.sgml.
6363
<AuthorInitials>TGL</AuthorInitials>
6464
-->
6565

66-
<Date>(last updated1999-06-01)</Date>
67-
</BookBiblio>
66+
<date>(last updated2000-05-01)</date>
67+
</bookbiblio>
6868

69-
<LegalNotice>
70-
<Para>
71-
<ProductName>PostgreSQL</ProductName> is Copyright &copy; 1996-9
72-
bythe Postgres Global Development Group.
73-
</Para>
74-
</LegalNotice>
69+
<legalnotice>
70+
<para>
71+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2000
72+
byPostgreSQL Inc.
73+
</para>
74+
</legalnotice>
7575

76-
</BookInfo>
76+
</bookinfo>
7777

7878
<!--
7979
<TOC> </TOC>
@@ -88,20 +88,20 @@ Your name here...
8888
</Dedication>
8989
-->
9090

91-
<Preface id="preface">
92-
<Title>Summary</Title>
91+
<preface id="preface">
92+
<title>Summary</title>
9393

94-
<Para>
95-
<ProductName>Postgres</ProductName>,
94+
<para>
95+
<productname>Postgres</productname>,
9696
developed originally in the UC Berkeley Computer Science Department,
9797
pioneered many of the object-relational concepts
9898
now becoming available in some commercial databases.
9999
It provides SQL92/SQL3 language support,
100100
transaction integrity, and type extensibility.
101-
<ProductName>PostgreSQL</ProductName> is an open-source descendant
101+
<productname>PostgreSQL</productname> is an open-source descendant
102102
of this original Berkeley code.
103-
</Para>
104-
</Preface>
103+
</para>
104+
</preface>
105105

106106
&intro-ag;
107107

@@ -128,7 +128,7 @@ Don't bother with an index until we get some index entries.
128128
</index>
129129
-->
130130

131-
</Book>
131+
</book>
132132

133133
<!-- Keep this comment at the end of the file
134134
Local variables:

‎doc/src/sgml/advanced.sgml

Lines changed: 3 additions & 3 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.11 2000/04/11 05:39:06 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.12 2000/05/02 20:01:51 thomas Exp $
33
-->
44

55
<chapter id="advanced">
@@ -103,12 +103,12 @@ SELECT c.name, c.altitude
103103
+----------+----------+
104104
</programlisting>
105105

106-
Here the<quote>*</quote> after cities indicates that the query should
106+
Here the"*" after cities indicates that the query should
107107
be run over cities and all classes below cities in the
108108
inheritance hierarchy. Many of the commands that we
109109
have already discussed (<command>SELECT</command>,
110110
<command>UPDATE</command> and <command>DELETE</command>)
111-
support this<quote>*</quote> notation,as doothers, like
111+
support thisinheritance notation using "*"as doother commands like
112112
<command>ALTER</command>.
113113
</para>
114114
</sect1>

‎doc/src/sgml/biblio.sgml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thomas Exp $
33
-->
44

55
<bibliography id="biblio">
@@ -15,7 +15,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thom
1515
<productname>Postgres</productname> development team
1616
are available at
1717
<ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/">
18-
http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/</ulink>
18+
the University of California, Berkeley, Computer Science
19+
Department web site</ulink>
1920
</para>
2021

2122
<bibliodiv>
@@ -235,7 +236,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thom
235236
<surname>Lockhart</surname>
236237
</editor>
237238

238-
<pubdate>1998-10-01</pubdate>
239+
<pubdate>2000-05-01</pubdate>
239240
<publisher>
240241
<publishername>The PostgreSQL Global Development Group</publishername>
241242
</publisher>
@@ -261,7 +262,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thom
261262
<surname>Lockhart</surname>
262263
</editor>
263264

264-
<pubdate>1998-10-01</pubdate>
265+
<pubdate>2000-05-01</pubdate>
265266
<publisher>
266267
<publishername>The PostgreSQL Global Development Group</publishername>
267268
</publisher>
@@ -287,7 +288,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thom
287288
<surname>Lockhart</surname>
288289
</editor>
289290

290-
<pubdate>1998-10-01</pubdate>
291+
<pubdate>2000-05-01</pubdate>
291292
<publisher>
292293
<publishername>The PostgreSQL Global Development Group</publishername>
293294
</publisher>
@@ -313,7 +314,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thom
313314
<surname>Lockhart</surname>
314315
</editor>
315316

316-
<pubdate>1998-10-01</pubdate>
317+
<pubdate>2000-05-01</pubdate>
317318
<publisher>
318319
<publishername>The PostgreSQL Global Development Group</publishername>
319320
</publisher>
@@ -339,7 +340,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.12 2000/03/31 03:27:40 thom
339340
<surname>Lockhart</surname>
340341
</editor>
341342

342-
<pubdate>1998-10-01</pubdate>
343+
<pubdate>2000-05-01</pubdate>
343344
<publisher>
344345
<publishername>The PostgreSQL Global Development Group</publishername>
345346
</publisher>
@@ -585,6 +586,7 @@ http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z
585586
</ulink>
586587
</title>
587588
<titleabbrev id="SESHADRI95">
589+
Seshardri, 1995
588590
</titleabbrev>
589591
<authorgroup>
590592
<author>

‎doc/src/sgml/bki.sgml

Lines changed: 37 additions & 17 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.2 1998/12/29 02:24:13 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.3 2000/05/02 20:01:51 thomas Exp $
33

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

40-
<sect1>
41-
<title><acronym>BKI</acronym> File Format</title>
40+
<sect1>
41+
<title><acronym>BKI</acronym> File Format</title>
4242

43-
<para>
44-
The <productname>Postgres</productname> backend interprets <acronym>BKI</acronym> files as described below. This
45-
description will be easier to understand if the <filename>global1.bki.source</filename> file is
46-
at hand as an example. (As explained above, this .source file isn't quite
47-
a <acronym>BKI</acronym> file, but you'll be able to guess what the resulting <acronym>BKI</acronym> file would be
48-
anyway).
49-
</para>
43+
<para>
44+
The <productname>Postgres</productname> backend interprets
45+
<acronym>BKI</acronym> files as described below. This
46+
description will be easier to understand if the
47+
<filename>global1.bki.source</filename> file is
48+
at hand as an example. (As explained above, this .source file isn't quite
49+
a <acronym>BKI</acronym> file, but you'll be able to guess what
50+
the resulting <acronym>BKI</acronym> file would be
51+
anyway).
52+
</para>
5053

5154
<para>
5255
Commands are composed of a command name followed by space separated
53-
arguments. Arguments to a command which begin with a<quote>$</quote> are
54-
treated specially. If<quote>$$</quote> are the first two characters, then
55-
the first<quote>$</quote> is ignored and the argument is then processed
56-
normally. If the<quote>$</quote> is followed by space, then it is treated
56+
arguments. Arguments to a command which begin with a"$" are
57+
treated specially. If"$$" are the first two characters, then
58+
the first"$" is ignored and the argument is then processed
59+
normally. If the"$" is followed by space, then it is treated
5760
as a NULL
58-
value. Otherwise, the characters following the<quote>$</quote> are
61+
value. Otherwise, the characters following the"$" are
5962
interpreted as the name of a macro causing the argument to be replaced
6063
with the macro's value. It is an error for this macro to be
6164
undefined.
@@ -137,7 +140,7 @@ etc., for its attribute values and
137140
<replaceable class="parameter">oid_value</replaceable>
138141
for its OID. If
139142
<replaceable class="parameter">oid_value</replaceable>
140-
is not<quote>0</quote>, then this value will be used as the instance's
143+
is notzero (0), then this value will be used as the instance's
141144
object identifier. Otherwise, it is an error.
142145
</para>
143146
</listitem>
@@ -398,7 +401,7 @@ to
398401
<title>Example</title>
399402

400403
<para>
401-
The following set of commands will create the <quote>pg_opclass</quote>
404+
The following set of commands will create the <literal>pg_opclass</literal>
402405
class containing the
403406
<parameter>int_ops</parameter>
404407
collection as an object with an OID of
@@ -414,3 +417,20 @@ close pg_opclass
414417
</para>
415418
</sect1>
416419
</chapter>
420+
421+
<!-- Keep this comment at the end of the file
422+
Local variables:
423+
mode:sgml
424+
sgml-omittag:nil
425+
sgml-shorttag:t
426+
sgml-minimize-attributes:nil
427+
sgml-always-quote-attributes:t
428+
sgml-indent-step:1
429+
sgml-indent-data:t
430+
sgml-parent-document:nil
431+
sgml-default-dtd-file:"./reference.ced"
432+
sgml-exposed-tags:nil
433+
sgml-local-catalogs:("/usr/lib/sgml/catalog")
434+
sgml-local-ecat-files:nil
435+
End:
436+
-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp