diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-09-03 12:57:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-09-03 12:57:50 +0000 |
| commit | 89a1ea420733335ff151a481e88ea5ca076282fc (patch) | |
| tree | 12ea8426f4ab36cde1263512e52662c2d813bd36 /doc/src/sgml/ref/postmaster.sgml | |
| parent | 69c52c8e5b92a6f7713199d749f76b62c87ed604 (diff) | |
| download | postgresql-89a1ea420733335ff151a481e88ea5ca076282fc.tar.gz | |
Put some kind of grammatical uniformity in the <refpurpose> lines.
Diffstat (limited to 'doc/src/sgml/ref/postmaster.sgml')
| -rw-r--r-- | doc/src/sgml/ref/postmaster.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index 2d29cb0832..aeb11a6c6d 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.19 2000/12/25 23:15:26 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.20 2001/09/03 12:57:50 petere Exp $ Postgres documentation --> @@ -16,7 +16,7 @@ Postgres documentation <refnamediv> <refname id="postmaster-ref">postmaster</refname> - <refpurpose><productname>PostgreSQL</productname> multi-user database server</refpurpose> + <refpurpose><productname>PostgreSQL</productname> multiuser database server</refpurpose> </refnamediv> <refsynopsisdiv> @@ -45,7 +45,7 @@ Postgres documentation <para> <application>postmaster</application> is the - <productname>PostgreSQL</productname> multi-user database server. + <productname>PostgreSQL</productname> multiuser database server. In order for a client application to access a database it connects (over a network or locally) to a running <application>postmaster</application>. The |
