diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 8e91a744d71..06ff79a4172 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.306 2010/08/22 02:37:32 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.307 2010/08/23 02:43:25 tgl Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -3507,7 +3507,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> @@ -3578,7 +3578,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> @@ -3705,7 +3705,7 @@ FROM pg_stat_activity; virtual transaction ID, regular transaction ID, error severity, - SQL state code, + SQLSTATE code, error message, error message detail, hint, |