From 3572e531ca8cbe815dce5a5899e5bbee257e4a1c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Jun 2005 22:35:23 +0000 Subject: Mention prefix %t has no milliseconds. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/misc/postgresql.conf.sample') 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 -- cgit v1.2.3