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

Commitf1f9ec3

Browse files
author
Thomas G. Lockhart
committed
Minor editing and markup changes as a result of preparing the Postscript
documentation for v6.4.Bigger updates to the installation instructions (install and config).
1 parent3d83e28 commitf1f9ec3

23 files changed

+831
-651
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.6 1998/09/3005:41:39 thomas Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.7 1998/10/3019:36:51 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -119,5 +119,5 @@ distclean::
119119
# Graphics
120120

121121
%.gif:
122-
cp -p ../graphics/%.gif.
122+
cp -p ../graphics/$@.
123123

‎doc/src/sgml/admin.sgml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<!--
2-
$header$
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.7 1998/10/30 19:36:53 thomas Exp$
33

44
Postgres Administrator's Guide.
55
Derived from postgres.sgml.
6-
thomas 1998-02-27
6+
thomas 1998-10-27
7+
8+
$Log: admin.sgml,v $
9+
Revision 1.7 1998/10/30 19:36:53 thomas
10+
Minor editing and markup changes as a result of preparing the Postscript
11+
documentation for v6.4.
12+
Bigger updates to the installation instructions (install and config).
713

8-
$log$
914

1015
-->
1116

@@ -38,7 +43,7 @@ $log$
3843

3944
<Title>PostgreSQL Administrator's Guide</Title>
4045
<BookInfo>
41-
<ReleaseInfo>Covering v6.3 for general release</ReleaseInfo>
46+
<ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
4247
<BookBiblio>
4348
<AuthorGroup>
4449
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
@@ -61,12 +66,13 @@ $log$
6166
<AuthorInitials>TGL</AuthorInitials>
6267
-->
6368

64-
<Date>(last updated 1998-02-23)</Date>
69+
<Date>(last updated 1998-10-27)</Date>
6570
</BookBiblio>
6671

6772
<LegalNotice>
6873
<Para>
69-
<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 by the Postgres Global Development Group.
74+
<ProductName>PostgreSQL</ProductName> is copyright (C) 1998
75+
by the Postgres Global Development Group.
7076
</Para>
7177
</LegalNotice>
7278

@@ -114,8 +120,9 @@ It provides SQL92/SQL3 language support,
114120

115121
&biblio;
116122

117-
<!-- Don't bother with an index until we get some index entries.
118-
-- - thomas 1998-10-26
123+
<!--
124+
Don't bother with an index until we get some index entries.
125+
- thomas 1998-10-26
119126
<index id="index">
120127
</index>
121128
-->

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<chapter id="config">
2-
<title>Configuration Options</title>
2+
<title id="install-config">Configuration Options</title>
33

44
<sect1>
55
<title>Parameters for Configuration (<application>configure</application>)</title>

‎doc/src/sgml/datatype.sgml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ should use the monetary conventions defined for
386386

387387
<Para>
388388
<TABLE TOCENTRY="1">
389-
<TITLE><ProductName>Postgres</ProductName>Numeric Types</TITLE>
390-
<TITLEABBREV>Numerics</TITLEABBREV>
389+
<TITLE><ProductName>Postgres</ProductName>Monetary Types</TITLE>
390+
<TITLEABBREV>Money</TITLEABBREV>
391391
<TGROUP COLS="4">
392392
<THEAD>
393393
<ROW>
@@ -1461,7 +1461,7 @@ The <Type>inet</Type> type stores hosts and networks in CIDR notation.
14611461

14621462
<Para>
14631463
<TABLE TOCENTRY="1">
1464-
<TITLE><ProductName>Postgres</ProductName>IP Version 4Type</TITLE>
1464+
<TITLE><ProductName>Postgres</ProductName>IP Version 4Types</TITLE>
14651465
<TITLEABBREV>IPV4</TITLEABBREV>
14661466
<TGROUP COLS="4">
14671467
<THEAD>
@@ -1500,51 +1500,48 @@ network and "/y" is the number of bits in the netmask.
15001500
If the "/y" part is left off, it is calculated using assumptions from
15011501
the old class system except that it is extended to include at least
15021502
all of the octets in the input.
1503-
Here are some examples.
1504-
1505-
<!-- There's a lot of examples here.
1506-
-- Take some out if you think there are too many...
1507-
-->
1503+
Here are some examples:
15081504

15091505
<Para>
15101506
<TABLE TOCENTRY="1">
1511-
<TGROUP COLS="4">
1507+
<TITLE><ProductName>Postgres</ProductName>IP Types Examples</TITLE>
1508+
<TGROUP COLS="2">
15121509
<THEAD>
15131510
<ROW>
1514-
<ENTRY>Input</ENTRY>
1515-
<ENTRY>Output</ENTRY>
1511+
<ENTRY>CIDRInput</ENTRY>
1512+
<ENTRY>CIDR Displayed</ENTRY>
15161513
</THEAD>
15171514
<TBODY>
15181515
<ROW>
1519-
<ENTRY>select '192.168.1'::cidr</ENTRY>
1516+
<ENTRY>192.168.1</ENTRY>
15201517
<ENTRY>192.168.1/24</ENTRY>
15211518
</ROW>
15221519
<ROW>
1523-
<ENTRY>select '192.168'::cidr</ENTRY>
1520+
<ENTRY>192.168</ENTRY>
15241521
<ENTRY>192.168.0/24</ENTRY>
15251522
</ROW>
15261523
<ROW>
1527-
<ENTRY>select '128.1'::cidr</ENTRY>
1524+
<ENTRY>128.1</ENTRY>
15281525
<ENTRY>128.1/16</ENTRY>
15291526
</ROW>
15301527
<ROW>
1531-
<ENTRY>select '128':::cidr</ENTRY>
1528+
<ENTRY>128</ENTRY>
15321529
<ENTRY>128.0/16</ENTRY>
15331530
</ROW>
15341531
<ROW>
1535-
<ENTRY>select '128.1.2'::cidr</ENTRY>
1532+
<ENTRY>128.1.2</ENTRY>
15361533
<ENTRY>128.1.2/24</ENTRY>
15371534
</ROW>
15381535
<ROW>
1539-
<ENTRY>select '10.1.2'::cidr</ENTRY>
1536+
<ENTRY>10.1.2</ENTRY>
15401537
<ENTRY>10.1.2/24</ENTRY>
15411538
</ROW>
15421539
<ROW>
1543-
<ENTRY>select '10.1'::cidr</ENTRY>
1540+
<ENTRY>10.1</ENTRY>
15441541
<ENTRY>10.1/16</ENTRY>
15451542
</ROW>
15461543
<ROW>
1547-
<ENTRY>select '10'::cidr</ENTRY>
1544+
<ENTRY>10</ENTRY>
15481545
<ENTRY>10/8</ENTRY>
15491546
</ROW>
15501547
</TBODY>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp