diff options
author | Andres Freund | 2014-06-30 08:48:39 +0000 |
---|---|---|
committer | Andres Freund | 2014-06-30 08:49:39 +0000 |
commit | 6647f59fd256927aaf9e35929b5c284d10d18839 (patch) | |
tree | 9f1d5a578f410ebed6b31ec82a4e5b1b595e448f | |
parent | 1cbc9480106241aaa8db112331e93d0a265b6db0 (diff) |
Fix typos in the cluster_name commit.
Thom Brown and Fujii Masao
-rw-r--r-- | doc/src/sgml/config.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 11d552e82d8..37d78b35125 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4142,7 +4142,7 @@ local0.* /var/log/postgresql processes in this cluster. The name can be any string of less than <symbol>NAMEDATALEN</> characters (64 characters in a standard build). Only printable ASCII characters may be used in the - <varname>application_name</varname> value. Other characters will be + <varname>cluster_name</varname> value. Other characters will be replaced with question marks (<literal>?</literal>). No name is shown if this parameter is set to the empty string <literal>''</> (which is the default). This parameter can only be set at server start. diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index cef3fc0dc4e..06212844d15 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -93,7 +93,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re <para> If <xref linkend="guc-cluster-name"> has been configured the - cluster name will also be show in <command>ps</> output: + cluster name will also be shown in <command>ps</> output: <screen> $ psql -c 'SHOW cluster_name' cluster_name |