Hello!

В сообщении от Wednesday 03 December 2008 04:48:48 Jerry Krinock написал(а):
> I need a command-line script running on Mac OS 10.5 to rebuild sqlite  
> 3 database files with a page_size of 4096 bytes.

sqlite> PRAGMA page_size;
1024
sqlite> PRAGMA page_size=4096 ;vacuum;
sqlite> PRAGMA page_size;
4096


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

Reply via email to