[valign 'Dmitri Hrapof '**20110302130732 Ignore-this: 51636067403f685804c50b978724a428 ] { hunk ./cronfa-generic.lisp 153 - -
+ +
hunk ./cronfa-generic.lisp 161 - (format st "

Число слов с переводами

+ (format st "

Число слов с переводами

hunk ./cronfa-pg.lisp 129 - (setf *r5k* (caar (db-ask "select count(*)/5000.0 from rf where num<5001 and exists (select 1 from p, s where p.first=rf.id and p.second=s.id and s.lang=1"))) - (setf *r30k* (caar (db-ask "select count(*)/30000.0 from rf where num<30001 and exists (select 1 from p, s where p.first=rf.id and p.second=s.id and s.lang=1"))) + (setf *r5k* (caar (db-ask "select count(*)/5000.0 from rf where num<5001 and exists (select 1 from p, s where p.first=rf.id and p.second=s.id and s.lang=1)"))) + (setf *r30k* (caar (db-ask "select count(*)/30000.0 from rf where num<30001 and exists (select 1 from p, s where p.first=rf.id and p.second=s.id and s.lang=1)"))) }