aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-06-09 22:35:23 +0000
committerBruce Momjian <bruce@momjian.us>2005-06-09 22:35:23 +0000
commit3572e531ca8cbe815dce5a5899e5bbee257e4a1c (patch)
tree41aff8f476ae5a792b1b04887c56f2ac952aee74
parent4778c33106309a033da91b8a5330d63578b0229f (diff)
downloadpostgresql-3572e531ca8cbe815dce5a5899e5bbee257e4a1c.tar.gz
postgresql-3572e531ca8cbe815dce5a5899e5bbee257e4a1c.zip
Mention prefix %t has no milliseconds.
-rw-r--r--doc/src/sgml/runtime.sgml6
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
2 files changed, 4 insertions, 4 deletions
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 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.323 2005/06/09 22:29:52 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.324 2005/06/09 22:35:23 momjian Exp $
-->
<chapter Id="runtime">
@@ -2841,12 +2841,12 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
</row>
<row>
<entry><literal>%t</literal></entry>
- <entry>Time stamp</entry>
+ <entry>Time stamp (no milliseconds)</entry>
<entry>no</entry>
</row>
<row>
<entry><literal>%m</literal></entry>
- <entry>Timestamp with milliseconds</entry>
+ <entry>Time stamp with milliseconds</entry>
<entry>no</entry>
</row>
<row>
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