From 387d43113c1f5376f567a292072e2caf143e3ba6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 22 Dec 2000 19:31:56 +0000 Subject: [PATCH] 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). --- doc/src/sgml/arch-pg.sgml | 4 ++-- doc/src/sgml/arch.sgml | 4 ++-- doc/src/sgml/notation.sgml | 14 +------------- doc/src/sgml/query.sgml | 6 +++--- 4 files changed, 8 insertions(+), 20 deletions(-) diff --git a/doc/src/sgml/arch-pg.sgml b/doc/src/sgml/arch-pg.sgml index 98c9f18f6d..7928347c00 100644 --- a/doc/src/sgml/arch-pg.sgml +++ b/doc/src/sgml/arch-pg.sgml @@ -34,9 +34,9 @@ A single postmaster manages a given collection of databases on a single host. Such a collection of - databases is called an installation or site. Frontend + databases is called a cluster (of databases). Frontend applications that wish to access a given database - within an installation make calls to the library. + within a cluster make calls to the library. The library sends user requests over the network to the postmaster ((a)), diff --git a/doc/src/sgml/arch.sgml b/doc/src/sgml/arch.sgml index 3ce064192a..d5d6062976 100644 --- a/doc/src/sgml/arch.sgml +++ b/doc/src/sgml/arch.sgml @@ -35,9 +35,9 @@ A single postmaster manages a given collection of databases on a single host. Such a collection of - databases is called an installation or site. Frontend + databases is called a cluster (of databases). Frontend applications that wish to access a given database - within an installation make calls to the library. + within a cluster make calls to the library. The library sends user requests over the network to the postmaster (), which in turn starts a new backend server process diff --git a/doc/src/sgml/notation.sgml b/doc/src/sgml/notation.sgml index f7991aba17..e6faf72fec 100644 --- a/doc/src/sgml/notation.sgml +++ b/doc/src/sgml/notation.sgml @@ -1,23 +1,11 @@ Terminology - In the following documentation, - site - may be interpreted as the host machine on which - Postgres is installed. - Since it is possible to install more than one set of - Postgres - databases on a single host, this term more precisely denotes any - particular set of installed - Postgres binaries and databases. - - - The Postgres superuser is the user named postgres diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index 5eb535eafa..a2736b99e7 100644 --- a/doc/src/sgml/query.sgml +++ b/doc/src/sgml/query.sgml @@ -1,5 +1,5 @@ @@ -88,8 +88,8 @@ mydb=> \i basics.sql are attributes. As previously discussed, classes are grouped into databases, and a collection of databases managed by a - single postmaster process constitutes an installation - or site. + single postmaster process constitutes a + database cluster. -- 2.11.0