Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite59ad5f

Browse files
committed
Editorial improvements to description of pg_settings view.
1 parent3bea93b commite59ad5f

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.177 2008/10/06 13:05:36 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.178 2008/10/06 13:59:37 tgl Exp $ -->
22
<!--
33
Documentation of the system catalogs, directed toward PostgreSQL developers
44
-->
@@ -6352,7 +6352,8 @@
63526352
<para>
63536353
The view <structname>pg_settings</structname> provides access to
63546354
run-time parameters of the server. It is essentially an alternative
6355-
interface to the <command>SHOW</> and <command>SET</> commands.
6355+
interface to the <xref linkend="sql-show" endterm="sql-show-title">
6356+
and <xref linkend="sql-set" endterm="sql-set-title"> commands.
63566357
It also provides access to some facts about each parameter that are
63576358
not directly available from <command>SHOW</>, such as minimum and
63586359
maximum values.
@@ -6398,7 +6399,7 @@
63986399
<row>
63996400
<entry><structfield>extra_desc</structfield></entry>
64006401
<entry><type>text</type></entry>
6401-
<entry>Additional, more detailed,information about the parameter</entry>
6402+
<entry>Additional, more detailed,description of the parameter</entry>
64026403
</row>
64036404
<row>
64046405
<entry><structfield>context</structfield></entry>
@@ -6432,7 +6433,7 @@
64326433
<row>
64336434
<entry><structfield>enumvals</structfield></entry>
64346435
<entry><type>text</type></entry>
6435-
<entry>Allowed valuesinenumparameters (NULL for non-enum
6436+
<entry>Allowed valuesof anenumparameter (NULL for non-enum
64366437
values)</entry>
64376438
</row>
64386439
<row>
@@ -6444,21 +6445,23 @@
64446445
<row>
64456446
<entry><structfield>reset_val</structfield></entry>
64466447
<entry><type>text</type></entry>
6447-
<entry>Default run-time session value for the parameterthat it will
6448-
revert to if <command>RESET</command></entry>
6448+
<entry>Value that <command>RESET</command> would reset the parameterto
6449+
in the current session</entry>
64496450
</row>
64506451
<row>
64516452
<entry><structfield>sourcefile</structfield></entry>
64526453
<entry><type>text</type></entry>
6453-
<entry>Input file the current value was set from (NULL for values set in
6454-
sources other than configuration files). Helpful when using
6455-
configuration include directives.</entry>
6454+
<entry>Configuration file the current value was set in (NULL for
6455+
values set from sources other than configuration files, or when
6456+
examined by a non-superuser).
6457+
Helpful when using configuration include directives</entry>
64566458
</row>
64576459
<row>
64586460
<entry><structfield>sourceline</structfield></entry>
6459-
<entry><type>text</type></entry>
6460-
<entry>Line number within the sourcefile the current value was set
6461-
from (NULL for values set in sources other than configuration files)
6461+
<entry><type>integer</type></entry>
6462+
<entry>Line number within the configuration file the current value was
6463+
set at (NULL for values set from sources other than configuration files,
6464+
or when examined by a non-superuser)
64626465
</entry>
64636466
</row>
64646467
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp