From 5148a046367bc1ad72bd80fa25c7411ed8f6cb57 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 10 Aug 2010 20:42:01 +0000 Subject: [PATCH] Add some links to tables --- doc/src/sgml/isn.sgml | 9 +++++++-- doc/src/sgml/pgcrypto.sgml | 9 +++++++-- doc/src/sgml/pgstattuple.sgml | 9 ++++----- doc/src/sgml/seg.sgml | 7 +++++-- doc/src/sgml/tablefunc.sgml | 16 +++++++++++++--- doc/src/sgml/uuid-ossp.sgml | 36 ++++++++++++++++++----------------- doc/src/sgml/xml2.sgml | 9 +++++---- 7 files changed, 60 insertions(+), 35 deletions(-) diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml index 4771c798eb..37538bdf2b 100644 --- a/doc/src/sgml/isn.sgml +++ b/doc/src/sgml/isn.sgml @@ -1,4 +1,4 @@ - + isn @@ -17,7 +17,12 @@ Data types - + + shows the data types provided by + the isn module. + + +
<filename>isn</filename> data types diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 9cf034cfac..0012dbc6ae 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1,4 +1,4 @@ - + pgcrypto @@ -115,7 +115,12 @@ hmac(data bytea, key text, type text) returns bytea -
+ + lists the algorithms + supported by the crypt() function. + + +
Supported algorithms for <function>crypt()</> diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml index a657e80928..90b769c482 100644 --- a/doc/src/sgml/pgstattuple.sgml +++ b/doc/src/sgml/pgstattuple.sgml @@ -1,4 +1,4 @@ - + pgstattuple @@ -159,10 +159,8 @@ leaf_fragmentation | 0 The output columns are: - -
- <function>pgstatindex</function> output columns + @@ -235,7 +233,8 @@ leaf_fragmentation | 0 -
+ + As with pgstattuple, the results are accumulated diff --git a/doc/src/sgml/seg.sgml b/doc/src/sgml/seg.sgml index 43f71032aa..a8250d88f4 100644 --- a/doc/src/sgml/seg.sgml +++ b/doc/src/sgml/seg.sgml @@ -1,4 +1,4 @@ - + seg @@ -86,6 +86,9 @@ test=> select '6.25 .. 6.50'::seg as "pH"; Optional certainty indicators (<, > and ~) can be stored as well. (Certainty indicators are ignored by all the built-in operators, however.) + gives on overview over the allowed + representations; shows some + examples. @@ -129,7 +132,7 @@ test=> select '6.25 .. 6.50'::seg as "pH"; - +
Examples of valid <type>seg</> input diff --git a/doc/src/sgml/tablefunc.sgml b/doc/src/sgml/tablefunc.sgml index be41e83840..cad308f6f2 100644 --- a/doc/src/sgml/tablefunc.sgml +++ b/doc/src/sgml/tablefunc.sgml @@ -1,4 +1,4 @@ - + tablefunc @@ -17,7 +17,12 @@ Functions Provided -
+ + shows the functions provided + by the tablefunc module. + + +
<filename>tablefunc</> functions @@ -609,7 +614,12 @@ connectby(text relname, text keyid_fld, text parent_keyid_fld sub-tree descending from any row. -
+ + explains the + parameters. + + +
<function>connectby</function> parameters diff --git a/doc/src/sgml/uuid-ossp.sgml b/doc/src/sgml/uuid-ossp.sgml index 98bc6f2dc4..83c5d186ad 100644 --- a/doc/src/sgml/uuid-ossp.sgml +++ b/doc/src/sgml/uuid-ossp.sgml @@ -1,4 +1,4 @@ - + uuid-ossp @@ -22,6 +22,8 @@ <literal>uuid-ossp</literal> Functions + shows the functions available to + generate UUIDs. The relevant standards ITU-T Rec. X.667, ISO/IEC 9834-8:2005, and RFC 4122 specify four algorithms for generating UUIDs, identified by the version numbers 1, 3, 4, and 5. (There is no version 2 algorithm.) @@ -29,7 +31,7 @@ applications. -
+
Functions for UUID Generation @@ -67,9 +69,22 @@ This function generates a version 3 UUID in the given namespace using the specified input name. The namespace should be one of the special constants produced by the uuid_ns_*() functions shown - below. (It could be any UUID in theory.) The name is an identifier + in . (It could be any UUID in theory.) The name is an identifier in the selected namespace. + + + For example: + + +SELECT uuid_generate_v3(uuid_ns_url(), 'http://www.postgresql.org'); + + + The name parameter will be MD5-hashed, so the cleartext cannot be + derived from the generated UUID. + The generation of UUIDs by this method has no random or + environment-dependent element and is therefore reproducible. + @@ -96,20 +111,7 @@
- - For example: - - -SELECT uuid_generate_v3(uuid_ns_url(), 'http://www.postgresql.org'); - - - The name parameter will be MD5-hashed, so the cleartext cannot be - derived from the generated UUID. - The generation of UUIDs by this method has no random or - environment-dependent element and is therefore reproducible. - - - +
Functions Returning UUID Constants diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index 8639921997..f6833a7b0d 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -1,4 +1,4 @@ - + xml2 @@ -160,11 +160,12 @@ xpath_table(text key, text document, text relation, text xpaths, text criteria) queries on each of a set of documents and returns the results as a table. The primary key field from the original document table is returned as the first column of the result so that the result set - can readily be used in joins. + can readily be used in joins. The parameters are described in + . -
- Parameters +
+ <function>xpath_table</function> Parameters