On Thu, 20 Mar 2014 18:05:48 +1300, Jono Poff
<jonathan.p...@taitradio.com> wrote:

> and I can't easily 
> change the page size of the db either.  

You may have other reasons why you can't do it easily, but

PRAGMA page_size=newpagesize;
VACUUM;

will convert to newpagesize.

-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to