From 1414707e0303060da646053a6fc29fdf9e40eb5f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 17 Jun 2005 03:25:51 +0000 Subject: [PATCH] Improve wording of read-only GUC variables; shows -> reports. --- doc/src/sgml/runtime.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index c209dd39e9..f8add08d74 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -3803,7 +3803,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows the size of a disk block. It is determined by the value + Reports the size of a disk block. It is determined by the value of BLCKSZ when building the server. The default value is 8192 bytes. The meaning of some configuration variables (such as ) is @@ -3820,7 +3820,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows whether PostgreSQL was built + Reports whether PostgreSQL was built with support for 64-bit-integer dates and times. It is set by configuring with --enable-integer-datetimes when building PostgreSQL. The @@ -3836,7 +3836,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows the locale in which sorting of textual data is done. + Reports the locale in which sorting of textual data is done. See for more information. The value is determined when the database cluster is initialized. @@ -3850,7 +3850,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows the locale that determines character classifications. + Reports the locale that determines character classifications. See for more information. The value is determined when the database cluster is initialized. Ordinarily this will be the same as lc_collate, @@ -3866,7 +3866,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows the maximum number of function arguments. It is determined by + Reports the maximum number of function arguments. It is determined by the value of FUNC_MAX_ARGS when building the server. The default value is 100. @@ -3880,7 +3880,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows the maximum identifier length. It is determined as one + Reports the maximum identifier length. It is determined as one less than the value of NAMEDATALEN when building the server. The default value of NAMEDATALEN is 64; therefore the default @@ -3896,7 +3896,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows the maximum number of index keys. It is determined by + Reports the maximum number of index keys. It is determined by the value of INDEX_MAX_KEYS when building the server. The default value is 32. @@ -3911,7 +3911,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' character set - Shows the database encoding (character set). + Reports the database encoding (character set). It is determined when the database is created. Ordinarily, clients need only be concerned with the value of . @@ -3926,7 +3926,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Shows the version number of the server. It is determined by the + Reports the version number of the server. It is determined by the value of PG_VERSION when building the server. -- 2.40.0