Skip to content

Commit b6ebf80

Browse files
author
Derek Nelson
committed
Fix refs
1 parent 39fb14a commit b6ebf80

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

stats.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Statistics broken down by worker and combiner processes. These statistics only l
1414

1515
.. code-block:: psql
1616
17-
View "pipelinedb.proc_stats"
17+
View "pipelinedb.proc_stats"
1818
Column | Type | Modifiers
1919
---------------+--------------------------+-----------
2020
type | text |
@@ -38,9 +38,9 @@ Continuous view-level statistics (views and transforms).
3838

3939
.. code-block:: psql
4040
41-
View "pipelinedb.query_stats"
41+
View "pipelinedb.query_stats"
4242
Column | Type | Modifiers
43-
---------------+--------------------------+-----------
43+
------------------+--------------------------+-----------
4444
type | text |
4545
namespace | text |
4646
continuous_query | text |
@@ -62,9 +62,9 @@ Stream-level statistics.
6262

6363
.. code-block:: psql
6464
65-
View "pipelinedb.stream_stats"
66-
Column | Type | Modifiers
67-
---------------+--------------------------+-----------
65+
View "pipelinedb.stream_stats"
66+
Column | Type | Modifiers
67+
-----------------+--------------------------+-----------
6868
namespace | text |
6969
stream | text |
7070
input_rows | bigint |
@@ -79,9 +79,9 @@ Database-wide statistics.
7979

8080
.. code-block:: psql
8181
82-
View "pipelinedb.db_stats"
82+
View "pipelinedb.db_stats"
8383
Column | Type | Modifiers
84-
---------------+--------------------------+-----------
84+
------------------+--------------------------+-----------
8585
type | text |
8686
input_rows | bigint |
8787
output_rows | bigint |

0 commit comments

Comments
 (0)