@@ -14,7 +14,7 @@ Statistics broken down by worker and combiner processes. These statistics only l
14
14
15
15
.. code-block :: psql
16
16
17
- View "pipelinedb.proc_stats"
17
+ View "pipelinedb.proc_stats"
18
18
Column | Type | Modifiers
19
19
---------------+--------------------------+-----------
20
20
type | text |
@@ -38,9 +38,9 @@ Continuous view-level statistics (views and transforms).
38
38
39
39
.. code-block :: psql
40
40
41
- View "pipelinedb.query_stats"
41
+ View "pipelinedb.query_stats"
42
42
Column | Type | Modifiers
43
- ---------------+--------------------------+-----------
43
+ ------------------ +--------------------------+-----------
44
44
type | text |
45
45
namespace | text |
46
46
continuous_query | text |
@@ -62,9 +62,9 @@ Stream-level statistics.
62
62
63
63
.. code-block :: psql
64
64
65
- View "pipelinedb.stream_stats"
66
- Column | Type | Modifiers
67
- ---------------+--------------------------+-----------
65
+ View "pipelinedb.stream_stats"
66
+ Column | Type | Modifiers
67
+ ----------------- +--------------------------+-----------
68
68
namespace | text |
69
69
stream | text |
70
70
input_rows | bigint |
@@ -79,9 +79,9 @@ Database-wide statistics.
79
79
80
80
.. code-block :: psql
81
81
82
- View "pipelinedb.db_stats"
82
+ View "pipelinedb.db_stats"
83
83
Column | Type | Modifiers
84
- ---------------+--------------------------+-----------
84
+ ------------------ +--------------------------+-----------
85
85
type | text |
86
86
input_rows | bigint |
87
87
output_rows | bigint |
0 commit comments