summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/table_columns_stats.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/table_columns_stats.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/table_columns_stats.txt b/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/table_columns_stats.txt
new file mode 100644
index 000000000..645d847d0
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/table_columns_stats.txt
@@ -0,0 +1,10 @@
+ datname | schemaname | relname | attname | typname | null_percent | distinct
+----------+------------+------------------+----------+---------+--------------+----------
+ postgres | public | pgbench_accounts | abalance | int4 | 0 | 1
+ postgres | public | pgbench_accounts | aid | int4 | 0 | 5e+06
+ postgres | public | pgbench_accounts | bid | int4 | 0 | 50
+ postgres | public | pgbench_accounts | filler | bpchar | 0 | 1
+ postgres | public | pgbench_tellers | bid | int4 | 0 | 50
+ postgres | public | pgbench_tellers | filler | bpchar | 100 | 0
+ postgres | public | pgbench_tellers | tbalance | int4 | 0 | 1
+ postgres | public | pgbench_tellers | tid | int4 | 0 | 500 \ No newline at end of file