Fix a minor typo in the log_line_prefix docs and make a couple other
authorNeil Conway
Wed, 24 Mar 2004 03:48:41 +0000 (03:48 +0000)
committerNeil Conway
Wed, 24 Mar 2004 03:48:41 +0000 (03:48 +0000)
tiny improvements.

doc/src/sgml/runtime.sgml

index 7b56e19257526be7cdb0e8f79ed5dde9e54db803..da6d6a5fbaade8921990972ea09822f0755af739 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1988,7 +1988,7 @@ SET ENABLE_SEQSCAN TO OFF;
         Causes the duration of every completed statement to be logged.
         To use this option, it is recommended that you also enable
         log_statement and if not using syslog
-    log the PID using log_line_prefix so that you
+        log the PID using log_line_prefix so that you
         can link the statement to the duration using the process
         ID. The default is off.  Only superusers can turn off this
         option if it is enabled by the administrator.
@@ -2000,7 +2000,7 @@ SET ENABLE_SEQSCAN TO OFF;
       log_line_prefix (string)
       
        
-    This is a <literal>printf-style string that is output at the
+    This is a <function>printf-style string that is output at the
     beginning of each log line. The default is an empty string.
     Each recognized escape is replaced as outlined 
     below - anything else that looks like an escape is ignored. Other
@@ -2010,7 +2010,7 @@ SET ENABLE_SEQSCAN TO OFF;
     timestamp and process ID information, so you probably do not want to
     use those escapes if you are using syslog.
     This option can only be set at server start or in the
-        postgresql.conf configuration file.
+     postgresql.conf configuration file.
     
      
       
@@ -2063,7 +2063,7 @@ SET ENABLE_SEQSCAN TO OFF;
        
        
         %l
-        Number of the log line for each process, 
+        Number of the log line for each process,
          starting at 1
         No
        
@@ -2081,7 +2081,7 @@ SET ENABLE_SEQSCAN TO OFF;
        
        
         %%
-        literal %
+        Literal %
         No