diff --git a/doc/src/sgml/cube.sgml b/doc/src/sgml/cube.sgml index 60c6fb6eed..ca1d0c118c 100644 --- a/doc/src/sgml/cube.sgml +++ b/doc/src/sgml/cube.sgml @@ -1,4 +1,4 @@ - + cube @@ -16,12 +16,13 @@ Syntax - The following are valid external representations for the cube - type. x, y, etc denote floating-point - numbers: + shows the valid external + representations for the cube + type. x, y, etc. denote + floating-point numbers. - +
Cube external representations @@ -159,10 +160,10 @@ a <@ b Contained in - The following functions are available: + shows the available functions. -
+
Cube functions diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 33ece2f3ec..ade4caf4c1 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -1137,8 +1137,9 @@ date PGTYPESdate_from_asc(char *str, char **endptr); currently no variable to change that within ecpg. - The following input formats are allowed: -
+ shows the allowed input formats. + +
Valid input formats for <function>PGTYPESdate_from_asc</function> @@ -1219,7 +1220,6 @@ date PGTYPESdate_from_asc(char *str, char **endptr);
- @@ -1392,10 +1392,11 @@ int PGTYPESdate_fmt_asc(date dDate, char *fmtstring, char *outbuf); All other characters are copied 1:1 to the output string. - The following table indicates a few possible formats. This will give + indicates a few possible formats. This will give you an idea of how to use this function. All output lines are based on - the same date: November, 23rd, 1959. - + the same date: November 23, 1959. + +
Valid input formats for <function>PGTYPESdate_fmt_asc</function> @@ -1456,7 +1457,6 @@ int PGTYPESdate_fmt_asc(date dDate, char *fmtstring, char *outbuf);
-
@@ -1483,9 +1483,10 @@ int PGTYPESdate_defmt_asc(date *d, char *fmt, char *str); day. - The following table indicates a few possible formats. This will give + indicates a few possible formats. This will give you an idea of how to use this function. - + +
Valid input formats for <function>rdefmtdate</function> @@ -1564,7 +1565,6 @@ int PGTYPESdate_defmt_asc(date *d, char *fmt, char *str);
-
@@ -1612,8 +1612,9 @@ timestamp PGTYPEStimestamp_from_asc(char *str, char **endptr); specifiers are silently discarded. - The following table contains a few examples for input strings: - + contains a few examples for input strings. + +
Valid input formats for <function>PGTYPEStimestamp_from_asc</function> @@ -1642,7 +1643,6 @@ timestamp PGTYPEStimestamp_from_asc(char *str, char **endptr);
-
diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml index 8d4c8fd3d7..8469a98825 100644 --- a/doc/src/sgml/isn.sgml +++ b/doc/src/sgml/isn.sgml @@ -1,4 +1,4 @@ - + isn @@ -210,11 +210,12 @@ The isn module provides the standard comparison operators, plus btree and hash indexing support for all these datatypes. In - addition there are several specialized functions. In this table, - isn means any one of the module's data types: + addition there are several specialized functions; shown in . + In this table, + isn means any one of the module's data types. - +
<filename>isn</> functions diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index ef659ae12a..a80a910d67 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -1,4 +1,4 @@ - + pg_buffercache @@ -28,10 +28,10 @@ The <structname>pg_buffercache</structname> view - The definitions of the columns exposed by the view are: + The definitions of the columns exposed by the view are shown in . -
+
<structname>pg_buffercache</> Columns diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 7802b3483a..026dccb97d 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1,4 +1,4 @@ - + pgcrypto @@ -217,10 +217,11 @@ too high a count the time to calculate a hash may be several years — which is somewhat impractical. If the iter_count parameter is omitted, the default iteration count is used. - Allowed values for iter_count depend on the algorithm: + Allowed values for iter_count depend on the algorithm and + are shown in . -
+
Iteration counts for <function>crypt()</> @@ -262,7 +263,7 @@ - Here is a table that gives an overview of the relative slowness + gives an overview of the relative slowness of different hashing algorithms. The table shows how much time it would take to try all combinations of characters in an 8-character password, assuming @@ -273,7 +274,7 @@ gen_salt. -
+
Hash algorithm speeds @@ -1224,8 +1225,7 @@ pgcrypto uses code from the following sources: -
- Credits + @@ -1277,7 +1277,7 @@ -
+
diff --git a/doc/src/sgml/pgrowlocks.sgml b/doc/src/sgml/pgrowlocks.sgml index 6fe56aa4df..f2f58dbd3c 100644 --- a/doc/src/sgml/pgrowlocks.sgml +++ b/doc/src/sgml/pgrowlocks.sgml @@ -1,4 +1,4 @@ - + pgrowlocks @@ -15,17 +15,17 @@ Overview - + pgrowlocks(text) returns setof record - + The parameter is the name of a table. The result is a set of records, with one row for each locked row within the table. The output columns - are: + are shown in . - +
<function>pgrowlocks</> output columns diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 93cda9f406..67e7256a4e 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -1,4 +1,4 @@ - + pg_stat_statements @@ -27,10 +27,10 @@ named pg_stat_statements. This view contains one row for each distinct query text, database ID, and user ID (up to the maximum number of distinct statements that the module can track). The columns - of the view are: + of the view are shown in . -
+
<structname>pg_stat_statements</> columns diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml index f3a74181cf..c50a777bc5 100644 --- a/doc/src/sgml/pgstattuple.sgml +++ b/doc/src/sgml/pgstattuple.sgml @@ -1,4 +1,4 @@ - + pgstattuple @@ -28,8 +28,7 @@ to determine whether vacuum is necessary or not. The argument is the target relation's name (optionally schema-qualified). For example: - - + test=> SELECT * FROM pgstattuple('pg_catalog.pg_proc'); -[ RECORD 1 ]------+------- table_len | 458752 @@ -41,13 +40,11 @@ dead_tuple_len | 3157 dead_tuple_percent | 0.69 free_space | 8932 free_percent | 1.95 - - - - The output columns are: + + The output columns are described in . -
+
<function>pgstattuple</function> output columns diff --git a/doc/src/sgml/seg.sgml b/doc/src/sgml/seg.sgml index 4c63481887..2558b0d5a5 100644 --- a/doc/src/sgml/seg.sgml +++ b/doc/src/sgml/seg.sgml @@ -1,4 +1,4 @@ - + seg @@ -89,13 +89,13 @@ test=> select '6.25 .. 6.50'::seg as "pH"; - In the following table, x, y, and + In , x, y, and delta denote floating-point numbers. x and y, but - not delta, can be preceded by a certainty indicator: + not delta, can be preceded by a certainty indicator. -
+
<type>seg</> external representations diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index 751b1bcdd1..9dc7dca8c9 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -1,4 +1,4 @@ - + xml2 @@ -34,11 +34,12 @@ Description of functions + shows the functions provided by this module. These functions provide straightforward XML parsing and XPath queries. All arguments are of type text, so for brevity that is not shown. -
+
Functions