1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Add user documentation for the "pragma auto_vacuum" command. (CVS 2084)

FossilOrigin-Name: fe200eaf373998574cc059086bfc93d6c44ec5a3
This commit is contained in:
danielk1977
2004-11-10 05:48:57 +00:00
parent 752e679a1e
commit 2a03c3a326
10 changed files with 385 additions and 294 deletions

View File

@@ -1,7 +1,7 @@
# This script generates the "docs.html" page that describes various
# sources of documentation available for SQLite.
#
set rcsid {$Id: docs.tcl,v 1.6 2004/09/18 18:00:24 drh Exp $}
set rcsid {$Id: docs.tcl,v 1.7 2004/11/10 05:48:57 danielk1977 Exp $}
source common.tcl
header {SQLite Documentation}
puts {
@@ -28,6 +28,11 @@ doc {SQL Syntax} {lang.html} {
SQLite.
}
doc {Pragma commands} {pragma.html} {
This document describes SQLite performance tuning options and other
special purpose database commands.
}
doc {Version 2 C/C++ API} {c_interface.html} {
A description of the C/C++ interface bindings for SQLite through version
2.8