-C Support\sfor\sa\sfuture\sfile\sformat\sthat\sincludes\s'short'\srecords.\s(CVS\s2351)
-D 2005-02-19T08:18:06
+C Remove\sduplicate\sword\sfrom\sdocumentation.\s\sTicket\s#1103.\s(CVS\s2352)
+D 2005-02-19T12:32:57
F Makefile.in 76443a83549d1539105e12d13bd0054a05ab2214
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
F www/omitted.tcl 9f332aea97b47ec53234f4cd9aa4b4a6da8641ec
F www/opcode.tcl dafa030a5a3cc24a2f9fd4cfbfb7d7323d2151b0
F www/optimizing.tcl f0b2538988d1bbad16cbfe63ec6e8f48c9eb04e5
-F www/pragma.tcl a4162c4672b9f9944e10282e893acc06968aac11
+F www/pragma.tcl 91fdeace099542858192335a401cb5e18cfbe88d
F www/quickstart.tcl 6f6f694b6139be2d967b1492eb9a6bdf7058aa60
F www/speed.tcl 1f8fb33df0d5bebf29508af763db3ee019c45967
F www/sqlite.tcl b51fd15f0531a54874de785a9efba323eecd5975
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
-P fac56fa1e06e15ffd738cb9b780d422a73a743ae
-R 9d7f7d2d11da73519486c2d9ff0d66a6
-U danielk1977
-Z 26acc87d20c627eefd55cc96ad30a1f6
+P 173aeb256e2c09098a4392874f8623e8a760d951
+R f9212a99a84060ce314d0381c1afc5ba
+U drh
+Z abd4f7a0c7d7a614def59e6a3e63adf5
-173aeb256e2c09098a4392874f8623e8a760d951
\ No newline at end of file
+c1fc0a8aa96d2bd615f815b2477b801bda9e9c50
\ No newline at end of file
#
# Run this Tcl script to generate the pragma.html file.
#
-set rcsid {$Id: pragma.tcl,v 1.9 2005/02/18 01:15:23 danielk1977 Exp $}
+set rcsid {$Id: pragma.tcl,v 1.10 2005/02/19 12:32:57 drh Exp $}
source common.tcl
header {Pragma statements supported by SQLite}
<p>The <a href="#syntax">PRAGMA command</a> is a special command used to
modify the operation of the SQLite library or to query the library for
internal (non-table) data. The PRAGMA command is issued using the same
-interface as other SQLite commands (e.g. SELECT, INSERT) but is different
+interface as other SQLite commands (e.g. SELECT, INSERT) but is
different in the following important respects:
</p>
<ul>
</ul>
}
-