summaryrefslogtreecommitdiff
path: root/doc/src/sgml/config.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-08-23 02:43:35 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-08-23 02:43:35 +0000
commit1be6be8f11f6fce171b9c5b9b5ce3ee5054f1484 (patch)
treedc896366c6fca295c0235c6c9fbea0d92a159ad0 /doc/src/sgml/config.sgml
parent84d30267c590ee5b82070dbc852dabf6369b507b (diff)
Make an editorial pass over the 9.0 release notes.
This is mostly about grammar, style, and presentation, though I did find a few small factual errors.
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r--doc/src/sgml/config.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index d4bf703998e..0d1361a7f85 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.6 2010/08/22 02:37:38 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.7 2010/08/23 02:43:35 tgl Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -3474,7 +3474,7 @@ local0.* /var/log/postgresql
</row>
<row>
<entry><literal>%e</literal></entry>
- <entry>SQL state</entry>
+ <entry>SQLSTATE error code</entry>
<entry>no</entry>
</row>
<row>
@@ -3545,7 +3545,7 @@ FROM pg_stat_activity;
<para>
<application>Syslog</> produces its own
time stamp and process ID information, so you probably do not want to
- use those escapes if you are logging to <application>syslog</>.
+ include those escapes if you are logging to <application>syslog</>.
</para>
</tip>
</listitem>
@@ -3672,7 +3672,7 @@ FROM pg_stat_activity;
virtual transaction ID,
regular transaction ID,
error severity,
- SQL state code,
+ SQLSTATE code,
error message,
error message detail,
hint,