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

Commit387d431

Browse files
committed
Avoid using the terms 'installation', 'site', or 'instance' when referring
to the thing you get from running initdb. That's called a database cluster(per SQL).
1 parent046848c commit387d431

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<Para>
3535
A single <Application>postmaster</Application> manages a given collection of
3636
databases on a single host. Such a collection of
37-
databases is calledan installation or site. Frontend
37+
databases is calleda cluster (of databases). Frontend
3838
applications that wish to access a given database
39-
withinan installation make calls to the library.
39+
withina cluster make calls to the library.
4040
The library sends user requests over the network to the
4141
<Application>postmaster</Application>
4242
(<XRef LinkEnd="PGARCH-CONNECTIONS" EndTerm="PGARCH-CONNECTIONS">(a)),

‎doc/src/sgml/arch.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<Para>
3636
A single <Application>postmaster</Application> manages a given collection of
3737
databases on a single host. Such a collection of
38-
databases is calledan installation or site. Frontend
38+
databases is calleda cluster (of databases). Frontend
3939
applications that wish to access a given database
40-
withinan installation make calls to the library.
40+
withina cluster make calls to the library.
4141
The library sends user requests over the network to the
4242
<Application>postmaster</Application> (<XRef LinkEnd="ARCH-CLIENTSERVER" EndTerm="ARCH-CLIENTSERVER">),
4343
which in turn starts a new backend server process

‎doc/src/sgml/notation.sgml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.11 2000/12/21 22:55:27 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.12 2000/12/22 19:31:56 petere Exp $
33
-->
44

55
<sect1 id="terminology">
66
<title>Terminology</title>
77

8-
<para>
9-
In the following documentation,
10-
<firstterm>site</firstterm>
11-
may be interpreted as the host machine on which
12-
<Productname>Postgres</Productname> is installed.
13-
Since it is possible to install more than one set of
14-
<Productname>Postgres</Productname>
15-
databases on a single host, this term more precisely denotes any
16-
particular set of installed
17-
<Productname>Postgres</Productname> binaries and databases.
18-
</para>
19-
208
<para>
219
The
2210
<Productname>Postgres</Productname> <firstterm>superuser</firstterm>

‎doc/src/sgml/query.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/query.sgml,v 1.15 2000/12/2218:57:50 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.16 2000/12/2219:31:56 petere Exp $
33
-->
44

55
<chapter id="query">
@@ -88,8 +88,8 @@ mydb=> \i basics.sql
8888
are <firstterm>attributes</firstterm>.
8989
As previously discussed, classes are grouped into
9090
databases, and a collection of databases managed by a
91-
single <application>postmaster</application> process constitutesan installation
92-
or site.
91+
single <application>postmaster</application> process constitutesa
92+
database cluster.
9393
</para>
9494
</sect1>
9595

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp