[Info-ingres] Compression weighs heavy on my defaults.
geraint.jones at ndph.ox.ac.uk
geraint.jones at ndph.ox.ac.uk
Tue Oct 17 10:12:07 UTC 2017
On Tuesday, October 17, 2017 at 10:58:14 AM UTC+1, Roy Hann wrote:
> Surprises during testing are acceptable
> (to me). Every day is a school day.
Here's another interesting feature discovered after adding a column. It certainly surprised me for a while...
create table my_table(a integer);
insert into my_table values(1),(2),(3);
alter table my_table add column b ingresdate not null default 'now';
select * from my_table; --repeat at intervals.
More information about the Info-ingres
mailing list