Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e59ad5fb
Commit
e59ad5fb
authored
Oct 06, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Editorial improvements to description of pg_settings view.
parent
3bea93b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+15
-12
No files found.
doc/src/sgml/catalogs.sgml
View file @
e59ad5fb
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.17
7 2008/10/06 13:05:36 mha
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.17
8 2008/10/06 13:59:37 tgl
Exp $ -->
<!--
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
Documentation of the system catalogs, directed toward PostgreSQL developers
-->
-->
...
@@ -6352,7 +6352,8 @@
...
@@ -6352,7 +6352,8 @@
<para>
<para>
The view <structname>pg_settings</structname> provides access to
The view <structname>pg_settings</structname> provides access to
run-time parameters of the server. It is essentially an alternative
run-time parameters of the server. It is essentially an alternative
interface to the <command>SHOW</> and <command>SET</> commands.
interface to the <xref linkend="sql-show" endterm="sql-show-title">
and <xref linkend="sql-set" endterm="sql-set-title"> commands.
It also provides access to some facts about each parameter that are
It also provides access to some facts about each parameter that are
not directly available from <command>SHOW</>, such as minimum and
not directly available from <command>SHOW</>, such as minimum and
maximum values.
maximum values.
...
@@ -6398,7 +6399,7 @@
...
@@ -6398,7 +6399,7 @@
<row>
<row>
<entry><structfield>extra_desc</structfield></entry>
<entry><structfield>extra_desc</structfield></entry>
<entry><type>text</type></entry>
<entry><type>text</type></entry>
<entry>Additional, more detailed,
information about
the parameter</entry>
<entry>Additional, more detailed,
description of
the parameter</entry>
</row>
</row>
<row>
<row>
<entry><structfield>context</structfield></entry>
<entry><structfield>context</structfield></entry>
...
@@ -6432,7 +6433,7 @@
...
@@ -6432,7 +6433,7 @@
<row>
<row>
<entry><structfield>enumvals</structfield></entry>
<entry><structfield>enumvals</structfield></entry>
<entry><type>text</type></entry>
<entry><type>text</type></entry>
<entry>Allowed values
in enum parameters
(NULL for non-enum
<entry>Allowed values
of an enum parameter
(NULL for non-enum
values)</entry>
values)</entry>
</row>
</row>
<row>
<row>
...
@@ -6444,21 +6445,23 @@
...
@@ -6444,21 +6445,23 @@
<row>
<row>
<entry><structfield>reset_val</structfield></entry>
<entry><structfield>reset_val</structfield></entry>
<entry><type>text</type></entry>
<entry><type>text</type></entry>
<entry>
Default run-time session value for the parameter that it will
<entry>
Value that <command>RESET</command> would reset the parameter to
revert to if <command>RESET</command>
</entry>
in the current session
</entry>
</row>
</row>
<row>
<row>
<entry><structfield>sourcefile</structfield></entry>
<entry><structfield>sourcefile</structfield></entry>
<entry><type>text</type></entry>
<entry><type>text</type></entry>
<entry>Input file the current value was set from (NULL for values set in
<entry>Configuration file the current value was set in (NULL for
sources other than configuration files). Helpful when using
values set from sources other than configuration files, or when
configuration include directives.</entry>
examined by a non-superuser).
Helpful when using configuration include directives</entry>
</row>
</row>
<row>
<row>
<entry><structfield>sourceline</structfield></entry>
<entry><structfield>sourceline</structfield></entry>
<entry><type>text</type></entry>
<entry><type>integer</type></entry>
<entry>Line number within the sourcefile the current value was set
<entry>Line number within the configuration file the current value was
from (NULL for values set in sources other than configuration files)
set at (NULL for values set from sources other than configuration files,
or when examined by a non-superuser)
</entry>
</entry>
</row>
</row>
</tbody>
</tbody>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment