Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d3b701

Browse files
committed
Add documentation reference to statistical functions from func.sgml.
Jim Nasby
1 parent87a9473 commit7d3b701

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.380 2007/05/21 17:10:28 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.381 2007/05/30 18:13:29 momjian Exp $ -->
22

33
<chapter id="functions">
44
<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);
1017610176
functions that extract session and system information.
1017710177
</para>
1017810178

10179+
<para>
10180+
In addition to the functions listed in this section, there are a number of
10181+
functions related to the statistics system that also provide system
10182+
information. See <xref linkend="monitoring-stats-views"> for more
10183+
information.
10184+
</para>
10185+
1017910186
<table id="functions-info-session-table">
1018010187
<title>Session Information Functions</title>
1018110188
<tgroup cols="3">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp