1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Link some tables into the surrounding text by their id

This commit is contained in:
Peter Eisentraut
2011-05-04 20:24:07 +03:00
parent 04be7ac271
commit a3b681f0bc
9 changed files with 132 additions and 97 deletions

View File

@@ -1357,9 +1357,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS procpid,
<para>
A number of standard probes are provided in the source code,
as shown in <xref linkend="dtrace-probe-point-table">.
More can certainly be added to enhance <productname>PostgreSQL</>'s
observability.
as shown in <xref linkend="dtrace-probe-point-table">;
<xref linkend="typedefs-table">
shows the types used in the probes. More probes can certainly be
added to enhance <productname>PostgreSQL</>'s observability.
</para>
<table id="dtrace-probe-point-table">