diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 216e8f7e9a1..dff90174020 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -2841,12 +2841,12 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows %t - Time stamp + Time stamp (no milliseconds) no %m - Timestamp with milliseconds + Time stamp with milliseconds no diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 0aa2a88549d..5d957ee247d 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -244,7 +244,7 @@ # %r = remote host and port # %h = remote host # %p = PID - # %t = timestamp + # %t = timestamp (no milliseconds) # %m = timestamp with milliseconds # %i = command tag # %c = session id