11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.326 2005/06/14 17:43:12 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.327 2005/06/17 03:25:51 momjian Exp $
33-->
44
55<chapter Id="runtime">
@@ -3803,7 +3803,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
38033803 </indexterm>
38043804 <listitem>
38053805 <para>
3806- Shows the size of a disk block. It is determined by the value
3806+ Reports the size of a disk block. It is determined by the value
38073807 of <literal>BLCKSZ</> when building the server. The default
38083808 value is 8192 bytes. The meaning of some configuration
38093809 variables (such as <xref linkend="guc-shared-buffers">) is
@@ -3820,7 +3820,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
38203820 </indexterm>
38213821 <listitem>
38223822 <para>
3823- Shows whether <productname>PostgreSQL</productname> was built
3823+ Reports whether <productname>PostgreSQL</productname> was built
38243824 with support for 64-bit-integer dates and times. It is set by
38253825 configuring with <literal>--enable-integer-datetimes</literal>
38263826 when building <productname>PostgreSQL</productname>. The
@@ -3836,7 +3836,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
38363836 </indexterm>
38373837 <listitem>
38383838 <para>
3839- Shows the locale in which sorting of textual data is done.
3839+ Reports the locale in which sorting of textual data is done.
38403840 See <xref linkend="locale"> for more information.
38413841 The value is determined when the database cluster is initialized.
38423842 </para>
@@ -3850,7 +3850,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
38503850 </indexterm>
38513851 <listitem>
38523852 <para>
3853- Shows the locale that determines character classifications.
3853+ Reports the locale that determines character classifications.
38543854 See <xref linkend="locale"> for more information.
38553855 The value is determined when the database cluster is initialized.
38563856 Ordinarily this will be the same as <varname>lc_collate</varname>,
@@ -3866,7 +3866,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
38663866 </indexterm>
38673867 <listitem>
38683868 <para>
3869- Shows the maximum number of function arguments. It is determined by
3869+ Reports the maximum number of function arguments. It is determined by
38703870 the value of <literal>FUNC_MAX_ARGS</> when building the server. The
38713871 default value is 100.
38723872 </para>
@@ -3880,7 +3880,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
38803880 </indexterm>
38813881 <listitem>
38823882 <para>
3883- Shows the maximum identifier length. It is determined as one
3883+ Reports the maximum identifier length. It is determined as one
38843884 less than the value of <literal>NAMEDATALEN</> when building
38853885 the server. The default value of <literal>NAMEDATALEN</> is
38863886 64; therefore the default
@@ -3896,7 +3896,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
38963896 </indexterm>
38973897 <listitem>
38983898 <para>
3899- Shows the maximum number of index keys. It is determined by
3899+ Reports the maximum number of index keys. It is determined by
39003900 the value of <literal>INDEX_MAX_KEYS</> when building the server. The
39013901 default value is 32.
39023902 </para>
@@ -3911,7 +3911,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
39113911 <indexterm><primary>character set</></>
39123912 <listitem>
39133913 <para>
3914- Shows the database encoding (character set).
3914+ Reports the database encoding (character set).
39153915 It is determined when the database is created. Ordinarily,
39163916 clients need only be concerned with the value of <xref
39173917 linkend="guc-client-encoding">.
@@ -3926,7 +3926,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
39263926 </indexterm>
39273927 <listitem>
39283928 <para>
3929- Shows the version number of the server. It is determined by the
3929+ Reports the version number of the server. It is determined by the
39303930 value of <literal>PG_VERSION</> when building the server.
39313931 </para>
39323932 </listitem>