Documentation Source Text

Check-in [61871a4c17]
Login

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

Overview
Comment:Fix typo in the rtree.html webpage. CVSTrac ticket #3730.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 61871a4c179de7f8dfb841d71541f86389327224
User & Date: drh 2009-03-17 11:07:27
Context
2009-03-18
14:19
Fix typos in documentation. This is the fix for ticket [9ed3b9626c9462e11a557621152f3e2d4eead482] (check-in: cfa4627882 user: drh tags: trunk)
2009-03-17
11:07
Fix typo in the rtree.html webpage. CVSTrac ticket #3730. (check-in: 61871a4c17 user: drh tags: trunk)
2009-03-16
20:20
Additional documentation updates for the 3.6.12 release. Also, added new emphasis that SQLITE_OMIT_* options only work with canonical sources and are unsupported. (check-in: 725dade577 user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to pages/rtree.in.

78
79
80
81
82
83
84
85
86
87
88
89
90
91
92

<blockquote><pre>
CREATE VIRTUAL TABLE <em>&lt;name&gt;</em> USING rtree(<em>&lt;column-names&gt;</em>);
</pre></blockquote>

<p>
The <em>&lt;name&gt;</em> is the name your application chooses for the
R*Tree index and <em>&lt;column-names&gt;</em> is a common separated list
of between 3 and 11 columns.
The virtual &lt;name&gt; table creates three "shadow" tables to actually
store its content.  The names of these shadow tables are:
</p>

<blockquote>
<em>&lt;name&gt;</em><strong>_node</strong><br>







|







78
79
80
81
82
83
84
85
86
87
88
89
90
91
92

<blockquote><pre>
CREATE VIRTUAL TABLE <em>&lt;name&gt;</em> USING rtree(<em>&lt;column-names&gt;</em>);
</pre></blockquote>

<p>
The <em>&lt;name&gt;</em> is the name your application chooses for the
R*Tree index and <em>&lt;column-names&gt;</em> is a comma separated list
of between 3 and 11 columns.
The virtual &lt;name&gt; table creates three "shadow" tables to actually
store its content.  The names of these shadow tables are:
</p>

<blockquote>
<em>&lt;name&gt;</em><strong>_node</strong><br>