Editorial improvements to description of pg_settings view.
authorTom Lane
Mon, 6 Oct 2008 13:59:37 +0000 (13:59 +0000)
committerTom Lane
Mon, 6 Oct 2008 13:59:37 +0000 (13:59 +0000)
doc/src/sgml/catalogs.sgml

index 77ccf8e3fcdfec498d1a8b7f2f1baaa5d153d811..ae6dfbd8a5589f69a6ef094fbbe1418b4c3c1426 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
   
    The view pg_settings provides access to
    run-time parameters of the server.  It is essentially an alternative
-   interface to the SHOW and SET commands.
+   interface to the 
+   and  commands.
    It also provides access to some facts about each parameter that are
    not directly available from SHOW, such as minimum and
    maximum values.
      
       extra_desc
       text
-      Additional, more detailed, information about the parameter
+      Additional, more detailed, description of the parameter
      
      
       context
      
       enumvals
       text
-      Allowed values in enum parameters (NULL for non-enum
+      Allowed values of an enum parameter (NULL for non-enum
       values)
      
      
      
       reset_val
       text
-      Default run-time session value for the parameter that it will
-      revert to if RESET
+      Value that RESET would reset the parameter to
+      in the current session
      
      
       sourcefile
       text
-      Input file the current value was set from (NULL for values set in
-      sources other than configuration files).  Helpful when using
-      configuration include directives.
+      Configuration file the current value was set in (NULL for
+      values set from sources other than configuration files, or when
+      examined by a non-superuser).
+      Helpful when using configuration include directives
      
      
       sourceline
-      text
-      Line number within the sourcefile the current value was set
-      from (NULL for values set in sources other than configuration files)
+      integer
+      Line number within the configuration file the current value was
+      set at (NULL for values set from sources other than configuration files,
+      or when examined by a non-superuser)