Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 387d431

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 parent 046848c commit 387d431

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 called an installation or site. Frontend
37+
databases is called a cluster (of databases). Frontend
3838
applications that wish to access a given database
39-
within an installation make calls to the library.
39+
within a 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 called an installation or site. Frontend
38+
databases is called a cluster (of databases). Frontend
3939
applications that wish to access a given database
40-
within an installation make calls to the library.
40+
within a 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/22 18:57:50 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.16 2000/12/22 19: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 constitutes an installation
92-
or site.
91+
single <application>postmaster</application> process constitutes a
92+
database cluster.
9393
</para>
9494
</sect1>
9595

0 commit comments

Comments
 (0)