Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the dbstat.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.19 |
Files: | files | file ages | folders |
SHA3-256: |
4160ca5c0828e6c49a63f30a95e2eab9 |
User & Date: | drh 2017-07-10 19:49:02.317 |
Context
2017-07-11
| ||
14:00 | Clarify how the % operator works. (check-in: 3cb8f4e5f2 user: drh tags: branch-3.19) | |
2017-07-10
| ||
19:55 | Merge fixes from the 3.19 branch. (check-in: fea84d9dc3 user: drh tags: trunk) | |
19:49 | Fix a typo in the dbstat.html document. (check-in: 4160ca5c08 user: drh tags: branch-3.19) | |
18:11 | Typo fixes. (check-in: 2a08b85198 user: drh tags: branch-3.19) | |
Changes
Changes to pages/dbstat.in.
1 2 3 4 5 6 7 8 9 10 11 | <title>The DBSTAT Virtual Table</title> <tcl>hd_keywords dbstat {dbstat virtual table}</tcl> <fancy_format> <h1>Overview</h1> <p> The DBSTAT virtual tables 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. | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <title>The DBSTAT Virtual Table</title> <tcl>hd_keywords dbstat {dbstat virtual table}</tcl> <fancy_format> <h1>Overview</h1> <p> The DBSTAT virtual tables 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. </p> <p> |
︙ | ︙ |