summaryrefslogtreecommitdiff
path: root/doc/src/sgml/client-auth.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-06-18 15:38:37 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-06-18 15:38:37 +0000
commit5266f221a2e1358cc2bb208b3d25e9dec427c757 (patch)
treeec47ab08bfec7e030aeac526cc3e8c38d4339ea1 /doc/src/sgml/client-auth.sgml
parent44cb3ae7efb9a2fe197a2a0287e919343f31f6d5 (diff)
downloadpostgresql-5266f221a2e1358cc2bb208b3d25e9dec427c757.tar.gz
Merge postmaster and postgres command into just postgres. postmaster
symlink is kept for now for compatibility. To call single-user mode, use postgres --single.
Diffstat (limited to 'doc/src/sgml/client-auth.sgml')
-rw-r--r--doc/src/sgml/client-auth.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index bb7f17ff78..95606e86a3 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.90 2006/06/16 15:16:16 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.91 2006/06/18 15:38:35 petere Exp $ -->
<chapter id="client-authentication">
<title>Client Authentication</title>
@@ -436,10 +436,10 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
<para>
The <filename>pg_hba.conf</filename> file is read on start-up and when
- the main server process (<command>postmaster</>) receives a
+ the main server process receives a
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
signal. If you edit the file on an
- active system, you will need to signal the <command>postmaster</>
+ active system, you will need to signal the server
(using <literal>pg_ctl reload</> or <literal>kill -HUP</>) to make it
re-read the file.
</para>
@@ -866,10 +866,10 @@ local db1,db2,@demodbs all md5
<para>
The <filename>pg_ident.conf</filename> file is read on start-up and
- when the main server process (<command>postmaster</>) receives a
+ when the main server process receives a
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
signal. If you edit the file on an
- active system, you will need to signal the <command>postmaster</>
+ active system, you will need to signal the server
(using <literal>pg_ctl reload</> or <literal>kill -HUP</>) to make it
re-read the file.
</para>