mirror of https://github.com/postgres/postgres
Mention prefix %t has no milliseconds.
This commit is contained in:
parent
4778c33106
commit
3572e531ca
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.323 2005/06/09 22:29:52 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.324 2005/06/09 22:35:23 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter Id="runtime">
|
<chapter Id="runtime">
|
||||||
|
@ -2841,12 +2841,12 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>%t</literal></entry>
|
<entry><literal>%t</literal></entry>
|
||||||
<entry>Time stamp</entry>
|
<entry>Time stamp (no milliseconds)</entry>
|
||||||
<entry>no</entry>
|
<entry>no</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>%m</literal></entry>
|
<entry><literal>%m</literal></entry>
|
||||||
<entry>Timestamp with milliseconds</entry>
|
<entry>Time stamp with milliseconds</entry>
|
||||||
<entry>no</entry>
|
<entry>no</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -244,7 +244,7 @@
|
||||||
# %r = remote host and port
|
# %r = remote host and port
|
||||||
# %h = remote host
|
# %h = remote host
|
||||||
# %p = PID
|
# %p = PID
|
||||||
# %t = timestamp
|
# %t = timestamp (no milliseconds)
|
||||||
# %m = timestamp with milliseconds
|
# %m = timestamp with milliseconds
|
||||||
# %i = command tag
|
# %i = command tag
|
||||||
# %c = session id
|
# %c = session id
|
||||||
|
|
Loading…
Reference in New Issue