Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo on the dbstat.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.25 |
Files: | files | file ages | folders |
SHA3-256: |
07eea695f17f75b21adc1e0f6afe69ac |
User & Date: | drh 2018-10-22 15:42:46.480 |
Context
2018-10-23
| ||
04:25 | Update the preface to the code-of-conduct to clarify to whom the rule applies, and also to add an enforcement mechanism and a mechanism to deal with new developers who have concerns about the rule. (check-in: f5ef4b0991 user: drh tags: branch-3.25) | |
2018-10-22
| ||
15:42 | Fix a typo on the dbstat.html page. (check-in: 07eea695f1 user: drh tags: branch-3.25) | |
2018-10-14
| ||
20:33 | Fix typo on the GLOB documentation. (check-in: ddacae7fd0 user: drh tags: branch-3.25) | |
Changes
Changes to pages/dbstat.in.
1 2 3 4 5 6 7 8 | <title>The DBSTAT Virtual Table</title> <tcl>hd_keywords dbstat {dbstat virtual table}</tcl> <fancy_format> <h1>Overview</h1> <p> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <title>The DBSTAT Virtual Table</title> <tcl>hd_keywords dbstat {dbstat virtual table}</tcl> <fancy_format> <h1>Overview</h1> <p> The DBSTAT virtual table is a read-only [eponymous virtual table] that returns information about which pages of the database files are used by which tables and indexes in the schema. The DBSTAT virtual table is used to implement [sqlite3_analyzer.exe] utility program, and to help compute the [https://www.sqlite.org/src/repo-tabsize|table size pie-chart] in the [https://www.fossil-scm.org/|Fossil-implemented] version control system for SQLite. |
︙ | ︙ |