Yes, correct. I just showed it to indicate that all databases that are ever created use this page_size of 4KB.
> > PRAGMA page_size=4096 > > This PRAGMA governs characteristics of a database you have not yet > created: it's pages on disk, not pages in memory. The page_size is a > characteristic of the database file on disk. It has no effect in a > program which opens a database file which already exists. If you're > trying to manipulate the page_size of a database you must use this > PRAGMA before the database file is first created. > > Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users