file:///usr/share/doc/sqlite3-doc/wal.html should mention the common case where
the user (let's say someone from a different project) has encountered
cookies.db cookies.db-shm cookies.db-wal
left behind by some program. User wishs to clean this up, leaving only
cookies.db.
Of course he could just
$ rm cookies.db-shm cookies.db-wal
But that might lose data, so the page should mention that users can do
$ sqlite3 cookies.db .dump > /dev/null
instead. (Or perhaps even a better way.)
(Thus achieving the
file:///usr/share/doc/sqlite3-doc/onefile.html
state advertised!)
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users