Documentation Source Text

Check-in [3f2102936f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a typo in the tempfiles.html page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | branch-3.8.8
Files: files | file ages | folders
SHA1: 3f2102936f808b2a71f435f71c3d9b2a81e45bac
User & Date: drh 2015-03-09 19:42:10.408
Context
2015-03-16
18:07
Fix a typo in the isolation.html document. (check-in: 0b012929c4 user: drh tags: branch-3.8.8)
2015-03-09
19:43
Merge the tempfiles.html type fix from the 3.8.8 branch. (check-in: 685ed5c5f4 user: drh tags: trunk)
19:42
Fix a typo in the tempfiles.html page. (check-in: 3f2102936f user: drh tags: branch-3.8.8)
2015-03-04
20:49
Update the "features.html" page to the version found on trunk. (check-in: 2f5fb6f4d1 user: drh tags: branch-3.8.8)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/tempfiles.in.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<title>Temporary Files Used By SQLite</title>
<tcl>hd_keywords {temporary disk files}</tcl>

<h1 align="center">SQLite's Use Of Temporary Disk Files</h1>

<h2>1.0 Introduction</h2>

<p>
On of the <a href="different.html">distinctive features</a> of
SQLite is that a database consists of a single disk file.
This simplifies the use of SQLite since moving or backing up a
database is a simple as copying a single file.  It also makes
SQLite appropriate for use as an
<a href="whentouse.html#appfileformat">application file format</a>.
But while a complete database is held in a single disk file,
SQLite does make use of many temporary files during the








|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<title>Temporary Files Used By SQLite</title>
<tcl>hd_keywords {temporary disk files}</tcl>

<h1 align="center">SQLite's Use Of Temporary Disk Files</h1>

<h2>1.0 Introduction</h2>

<p>
One of the <a href="different.html">distinctive features</a> of
SQLite is that a database consists of a single disk file.
This simplifies the use of SQLite since moving or backing up a
database is a simple as copying a single file.  It also makes
SQLite appropriate for use as an
<a href="whentouse.html#appfileformat">application file format</a>.
But while a complete database is held in a single disk file,
SQLite does make use of many temporary files during the