1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Fix a minor typo in the log_line_prefix docs and make a couple other

tiny improvements.
This commit is contained in:
Neil Conway 2004-03-24 03:48:41 +00:00
parent 6daf396879
commit d6bc5944a0

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.252 2004/03/23 01:23:48 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.253 2004/03/24 03:48:41 neilc Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
@ -2000,7 +2000,7 @@ SET ENABLE_SEQSCAN TO OFF;
<term><varname>log_line_prefix</varname> (<type>string</type>)</term> <term><varname>log_line_prefix</varname> (<type>string</type>)</term>
<listitem> <listitem>
<para> <para>
This is a <literal>printf</>-style string that is output at the This is a <function>printf</>-style string that is output at the
beginning of each log line. The default is an empty string. beginning of each log line. The default is an empty string.
Each recognized escape is replaced as outlined Each recognized escape is replaced as outlined
below - anything else that looks like an escape is ignored. Other below - anything else that looks like an escape is ignored. Other
@ -2081,7 +2081,7 @@ SET ENABLE_SEQSCAN TO OFF;
</row> </row>
<row> <row>
<entry><literal>%%</literal></entry> <entry><literal>%%</literal></entry>
<entry>literal <literal>%</></entry> <entry>Literal <literal>%</></entry>
<entry>No</entry> <entry>No</entry>
</row> </row>
</tbody> </tbody>