mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
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).
This commit is contained in:
@@ -1,22 +1,10 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.11 2000/12/21 22:55:27 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.12 2000/12/22 19:31:56 petere Exp $
|
||||
-->
|
||||
|
||||
<sect1 id="terminology">
|
||||
<title>Terminology</title>
|
||||
|
||||
<para>
|
||||
In the following documentation,
|
||||
<firstterm>site</firstterm>
|
||||
may be interpreted as the host machine on which
|
||||
<Productname>Postgres</Productname> is installed.
|
||||
Since it is possible to install more than one set of
|
||||
<Productname>Postgres</Productname>
|
||||
databases on a single host, this term more precisely denotes any
|
||||
particular set of installed
|
||||
<Productname>Postgres</Productname> binaries and databases.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The
|
||||
<Productname>Postgres</Productname> <firstterm>superuser</firstterm>
|
||||
|
Reference in New Issue
Block a user