blob: aae20f9d9d5e1210a7a93212c3f9fdb3474fb4ee [file] [log] [blame]
SELECT 0::int AS sid,
schemaname,
tablename,
attname,
inherited,
null_frac,
avg_width,
n_distinct,
most_common_vals::text,
most_common_freqs,
histogram_bounds::text,
correlation,
most_common_elems::text,
most_common_elem_freqs,
elem_count_histogram
FROM pg_stats;