File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.323 2005/06/09 22:29:52 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.324 2005/06/09 22:35:23 momjian Exp $
3
3
-->
4
4
5
5
<chapter Id="runtime">
@@ -2841,12 +2841,12 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
2841
2841
</row>
2842
2842
<row>
2843
2843
<entry><literal>%t</literal></entry>
2844
- <entry>Time stamp</entry>
2844
+ <entry>Time stamp (no milliseconds) </entry>
2845
2845
<entry>no</entry>
2846
2846
</row>
2847
2847
<row>
2848
2848
<entry><literal>%m</literal></entry>
2849
- <entry>Timestamp with milliseconds</entry>
2849
+ <entry>Time stamp with milliseconds</entry>
2850
2850
<entry>no</entry>
2851
2851
</row>
2852
2852
<row>
Original file line number Diff line number Diff line change 244
244
# %r = remote host and port
245
245
# %h = remote host
246
246
# %p = PID
247
- # %t = timestamp
247
+ # %t = timestamp (no milliseconds)
248
248
# %m = timestamp with milliseconds
249
249
# %i = command tag
250
250
# %c = session id
You can’t perform that action at this time.
0 commit comments