Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3572e53

Browse files
committed
Mention prefix %t has no milliseconds.
1 parent4778c33 commit3572e53

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)

[8]ページ先頭

©2009-2025 Movatter.jp