From: Bruce Momjian Date: Thu, 9 Jun 2005 22:35:23 +0000 (+0000) Subject: Mention prefix %t has no milliseconds. X-Git-Tag: REL9_0_0~9996 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3572e531ca8cbe815dce5a5899e5bbee257e4a1c;p=pg-rex%2Fsyncrep.git Mention prefix %t has no milliseconds. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 216e8f7e9a..dff9017402 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 0aa2a88549..5d957ee247 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