Closed NikolayS closed 6 years ago
see #5
Simple example:
create table bad1 as select 2::int2, 8::int8, 4::int4 from generate_series(1, 1000000); create table good1 as select 2::int2, 4::int4, 8::int8 from generate_series(1, 1000000);
and then use :dba: and select a1 report to see the difference:
:dba
a1
see #5
Simple example:
and then use
:dba
: and selecta1
report to see the difference: