Avoid using the terms 'installation', 'site', or 'instance' when referring
authorPeter Eisentraut
Fri, 22 Dec 2000 19:31:56 +0000 (19:31 +0000)
committerPeter Eisentraut
Fri, 22 Dec 2000 19:31:56 +0000 (19:31 +0000)
to the thing you get from running initdb.  That's called a database cluster
(per SQL).

doc/src/sgml/arch-pg.sgml
doc/src/sgml/arch.sgml
doc/src/sgml/notation.sgml
doc/src/sgml/query.sgml

index 98c9f18f6dacf7e73aac55bd47fb89ac0bc0e3f5..7928347c00d2aac248dc17aa51a0dd65aeafafd5 100644 (file)
@@ -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)), 
index 3ce064192aae3e798b100a4b900aa95ae09c2218..d5d6062976124be5ec2c535479b65a1eaf4383cf 100644 (file)
@@ -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
index f7991aba17b95637d8371dd7d385f4a6cf9dbc0e..e6faf72fecd592a30da0bd50d098ed56f70b7e47 100644 (file)
@@ -1,22 +1,10 @@
 
 
 
  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
index 5eb535eafa5d522479ec55b9b4173a32734f39db..a2736b99e78de877d6f245a5640ae0b81c503329 100644 (file)
@@ -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.