summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index e1ffd22c5a8..216e8f7e9a1 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.322 2005/06/04 20:42:41 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.323 2005/06/09 22:29:52 momjian Exp $
-->
<chapter Id="runtime">
@@ -2830,6 +2830,11 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
<entry>yes</entry>
</row>
<row>
+ <entry><literal>%h</literal></entry>
+ <entry>Remote Hostname or IP address</entry>
+ <entry>yes</entry>
+ </row>
+ <row>
<entry><literal>%p</literal></entry>
<entry>Process ID</entry>
<entry>no</entry>
@@ -2840,6 +2845,11 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
<entry>no</entry>
</row>
<row>
+ <entry><literal>%m</literal></entry>
+ <entry>Timestamp with milliseconds</entry>
+ <entry>no</entry>
+ </row>
+ <row>
<entry><literal>%i</literal></entry>
<entry>Command tag: This is the command that generated the log line.</entry>
<entry>yes</entry>