Michael Knigge wrote:
> See page
>
>     http://www.sqlite.org/draft/doc/35to36.html
>
>
> "Added the page_count PRAGMA for returning the size of the underlying 
> database file in pages."
>
> I guess you mean "... the **count**...." and not  **size**.
>   
Could be phrased better, but as it is it's perfectly correct. PRAGMA 
page_count returns the size of the underlying database, measured in 
units of pages needed.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to