diff options
author | Bruce Momjian | 2007-05-30 18:13:29 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-05-30 18:13:29 +0000 |
commit | 7d3b7011b0196c966b2d64613c19045e7403466a (patch) | |
tree | 307a61c90447fde0d128e746e616f2aab46b5f42 | |
parent | 87a9473276db0d9cfbf6822dd21f66245040be87 (diff) |
Add documentation reference to statistical functions from func.sgml.
Jim Nasby
-rw-r--r-- | doc/src/sgml/func.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9dd25928eb4..c2f3371dc48 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.380 2007/05/21 17:10:28 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.381 2007/05/30 18:13:29 momjian Exp $ --> <chapter id="functions"> <title>Functions and Operators</title> @@ -10176,6 +10176,13 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a); functions that extract session and system information. </para> + <para> + In addition to the functions listed in this section, there are a number of + functions related to the statistics system that also provide system + information. See <xref linkend="monitoring-stats-views"> for more + information. + </para> + <table id="functions-info-session-table"> <title>Session Information Functions</title> <tgroup cols="3"> |