Documentation Source Text

Check-in [8de37e9f07]
Login

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

Overview
Comment:Add the FTS3 documentation to the categorized documentation listing page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8de37e9f072c40c9546f6f4b0a26078d18aac780
User & Date: drh 2009-12-02 03:14:01.000
Context
2009-12-02
08:41
Fix typo in howtocompile.in markup. (check-in: a47d474c56 user: dan tags: trunk)
03:14
Add the FTS3 documentation to the categorized documentation listing page. (check-in: 8de37e9f07 user: drh tags: trunk)
2009-12-01
15:41
Update the amalgamation.html page. (check-in: d8e32e270e user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/docs.in.
136
137
138
139
140
141
142



143
144
145
146
147
148
149
  note gives examples of how.
}
doc {Virtual R-Tree Tables} {rtree.html} {
  A description of the SQLite R-Tree extension. An R-Tree is a specialized
  data structure that supports fast multi-dimensional range queries often
  used in geo-spatial systems.
}




heading {Upgrading SQLite, Backwards Compatibility}

doc {Moving From SQLite 3.5 to 3.6} {35to36.html} {
  A document describing the differences between SQLite version 3.5.9
  and 3.6.0.
}







>
>
>







136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
  note gives examples of how.
}
doc {Virtual R-Tree Tables} {rtree.html} {
  A description of the SQLite R-Tree extension. An R-Tree is a specialized
  data structure that supports fast multi-dimensional range queries often
  used in geo-spatial systems.
}
doc {Full Text Search} {fts3.html} {
  A description of the SQLite Full Text Search (FTS3) extension.
}

heading {Upgrading SQLite, Backwards Compatibility}

doc {Moving From SQLite 3.5 to 3.6} {35to36.html} {
  A document describing the differences between SQLite version 3.5.9
  and 3.6.0.
}