]> granicus.if.org Git - postgresql/commitdiff
Mention prefix %t has no milliseconds.
authorBruce Momjian <bruce@momjian.us>
Thu, 9 Jun 2005 22:35:23 +0000 (22:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 9 Jun 2005 22:35:23 +0000 (22:35 +0000)
doc/src/sgml/runtime.sgml
src/backend/utils/misc/postgresql.conf.sample

index 216e8f7e9a16194fac97f1d189c887937d2134ad..dff901740209ff973978b0560f243be98cc48356 100644 (file)
@@ -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>
index 0aa2a88549da2942f9b119dc15eaf4710d3fb8d2..5d957ee247d31313c982a650e4ad8d2d337a7097 100644 (file)
                                # %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