Add SGML markup for on/off values in run-time section.
authorBruce Momjian
Sat, 2 Jul 2005 19:16:36 +0000 (19:16 +0000)
committerBruce Momjian
Sat, 2 Jul 2005 19:16:36 +0000 (19:16 +0000)
doc/src/sgml/runtime.sgml

index 6b52942786af26c234c42f2b041b9573ca21508f..6b45299a16dbc40129eb2c64dd1a59f12459ccd4 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -929,7 +929,8 @@ SET ENABLE_SEQSCAN TO OFF;
        
         Enables SSL connections. Please read
          before using this. The default
-        is off.  This parameter can only be set at server start.
+        is off. This parameter can only be set at server
+        start.
        
       
      
@@ -946,8 +947,8 @@ SET ENABLE_SEQSCAN TO OFF;
         
         without writing either ENCRYPTED or
         UNENCRYPTED, this option determines whether the
-        password is to be encrypted. The default is on (encrypt the
-        password).
+        password is to be encrypted. The default is on
+        (encrypt the password).
        
       
      
@@ -987,8 +988,8 @@ SET ENABLE_SEQSCAN TO OFF;
       
        
         Sets if Kerberos usernames should be treated case-insensitive.
-        The default is off (case sensitive). This parameter can only be
-        set at server start.
+        The default is off (case sensitive). This parameter
+        can only be set at server start.
        
       
      
@@ -1867,7 +1868,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
        
         Enables or disables the query planner's use of bitmap-scan plan
-        types. The default is on.
+        types. The default is on.
        
       
      
@@ -1880,7 +1881,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
        
         Enables or disables the query planner's use of hashed
-        aggregation plan types. The default is on.
+        aggregation plan types. The default is on.
        
       
      
@@ -1893,7 +1894,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
        
         Enables or disables the query planner's use of hash-join plan
-        types. The default is on.
+        types. The default is on.
        
       
      
@@ -1909,7 +1910,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
        
         Enables or disables the query planner's use of index-scan plan
-        types. The default is on.
+        types. The default is on.
        
       
      
@@ -1922,7 +1923,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
        
         Enables or disables the query planner's use of merge-join plan
-        types. The default is on.
+        types. The default is on.
        
       
      
@@ -1938,7 +1939,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
         plans. It's not possible to suppress nested-loop joins entirely,
         but turning this variable off discourages the planner from using
         one if there are other methods available. The default is
-        on.
+        on.
        
       
      
@@ -1957,7 +1958,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
         plan types. It's not possible to suppress sequential scans
         entirely, but turning this variable off discourages the planner
         from using one if there are other methods available. The
-        default is on.
+        default is on.
        
       
      
@@ -1973,7 +1974,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
         steps. It's not possible to suppress explicit sorts entirely,
         but turning this variable off discourages the planner from
         using one if there are other methods available. The default
-        is on.
+        is on.
        
       
      
@@ -1986,7 +1987,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
        
         Enables or disables the query planner's use of TID
-        scan plan types. The default is on.
+        scan plan types. The default is on.
        
       
      
@@ -2831,8 +2832,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
         if you are not using syslog, it is recommended 
         that you log the PID or session ID using log_line_prefix 
         so that you can link the statement to the 
-        duration using the process ID or session ID. The default is off.  
-        Only superusers can change this setting.
+        duration using the process ID or session ID. The default is
+        off. Only superusers can change this setting.
        
       
      
@@ -3137,8 +3138,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
        
         If on, collected statistics are zeroed out whenever the server
         is restarted. If off, statistics are accumulated across server
-        restarts. The default is on. This option can only be set at
-        server start.
+        restarts. The default is on. This option can only 
+   be set at server start.
        
       
      
@@ -3258,12 +3259,12 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
       
        
-        This parameter is normally on.  When set to off, it disables
-        validation of the function body string during 
+        This parameter is normally on. When set to off, it
+        disables validation of the function body string during 
         linkend="sql-createfunction"
-        endterm="sql-createfunction-title">.  Disabling validation is
-        occasionally useful to avoid problems such as forward
-        references when restoring function definitions from a dump.
+        endterm="sql-createfunction-title">. Disabling validation is
+        occasionally useful to avoid problems such as forward references
+        when restoring function definitions from a dump.
        
       
      
@@ -3307,7 +3308,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
        
         A read-only SQL transaction cannot alter non-temporary tables.
         This parameter controls the default read-only status of each new
-        transaction. The default is off (read/write).
+        transaction. The default is off (read/write).
        
 
        
@@ -3389,7 +3390,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
         CSTEST, and
         SAT are interpreted as Australian time
         zones rather than as North/South American time zones and
-        Saturday. The default is off.
+        Saturday. The default is off.
        
       
      
@@ -3530,7 +3531,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
        
         Determines whether EXPLAIN VERBOSE uses the
         indented or non-indented format for displaying detailed
-        query-tree dumps. The default is on.
+        query-tree dumps. The default is on.
        
       
      
@@ -3670,15 +3671,15 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
       
       
        
-        When on, tables that are referenced by a query
-        will be automatically added to the FROM clause if
-        not already present. This behavior does not comply with the
-        SQL standard and many people dislike it because it can mask
-        mistakes (such as referencing a table where you should have
-        referenced its alias). The default is off. This
-        variable can be enabled for compatibility with releases of
-        PostgreSQL prior to 8.1, where this behavior
-        was allowed by default.
+        When on, tables that are referenced by a query will be
+        automatically added to the FROM clause if not
+        already present. This behavior does not comply with the SQL
+        standard and many people dislike it because it can mask mistakes
+        (such as referencing a table where you should have referenced
+        its alias). The default is off. This variable can be
+        enabled for compatibility with releases of
+        PostgreSQL prior to 8.1, where this behavior was
+        allowed by default.
        
 
        
@@ -3722,10 +3723,11 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
         This controls the inheritance semantics, in particular whether
         subtables are included by various commands by default. They were
         not included in versions prior to 7.1. If you need the old
-        behavior you can set this variable to off, but in the long run
-        you are encouraged to change your applications to use the
-        ONLY key word to exclude subtables. See
-         for more information about inheritance.
+        behavior you can set this variable to off, but in
+        the long run you are encouraged to change your applications to
+        use the ONLY key word to exclude subtables.
+        See  for more information about
+        inheritance.
        
       
      
@@ -3766,9 +3768,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
       
       
        
-        When on, a warning is issued if a backslash
-        (\) appears in an ordinary string literal
-        ('...' syntax).  The default is off.
+        When on, a warning is issued if a backslash (\)
+        appears in an ordinary string literal ('...'
+        syntax). The default is off.
        
        
         Escape string syntax (E'...') should be used for
@@ -3794,14 +3796,15 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
       
       
        
-        When turned on, expressions of the form
-        expr = NULL (or NULL
-        expr) are treated as
+        When on, expressions of the form expr =
+        NULL (or NULL =
+        expr) are treated as
         expr IS NULL, that is, they
         return true if expr evaluates to the null value,
         and false otherwise. The correct SQL-spec-compliant behavior of
         expr = NULL is to always
-        return null (unknown). Therefore this option defaults to off.
+        return null (unknown). Therefore this option defaults to
+        off.
        
 
        
@@ -4102,8 +4105,8 @@ plruby.bar = true        # generates error, unknown class name
         must be defined when PostgreSQL is
         built (accomplished by the configure option
         ). Note that
-        debug_assertions defaults to on if
-        PostgreSQL has been built with
+        debug_assertions defaults to on
+        if PostgreSQL has been built with
         assertions enabled.
        
       
@@ -4190,7 +4193,8 @@ plruby.bar = true        # generates error, unknown class name
         corruption has occurred due to hardware or software error.  You should
         generally not set this on until you have given up hope of recovering
         data from the damaged page(s) of a table.  The
-        default setting is off, and it can only be changed by a superuser.
+        default setting is off, and it can only be changed
+        by a superuser.