Skip to content

Commit 3572e53

Browse files
committed
Mention prefix %t has no milliseconds.
1 parent 4778c33 commit 3572e53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter Id="runtime">
@@ -2841,12 +2841,12 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
28412841
</row>
28422842
<row>
28432843
<entry><literal>%t</literal></entry>
2844-
<entry>Time stamp</entry>
2844+
<entry>Time stamp (no milliseconds)</entry>
28452845
<entry>no</entry>
28462846
</row>
28472847
<row>
28482848
<entry><literal>%m</literal></entry>
2849-
<entry>Timestamp with milliseconds</entry>
2849+
<entry>Time stamp with milliseconds</entry>
28502850
<entry>no</entry>
28512851
</row>
28522852
<row>

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
# %r = remote host and port
245245
# %h = remote host
246246
# %p = PID
247-
# %t = timestamp
247+
# %t = timestamp (no milliseconds)
248248
# %m = timestamp with milliseconds
249249
# %i = command tag
250250
# %c = session id

0 commit comments

Comments
 (0)