From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
+
The examples in the previous section illustrated full text matching using
simple constant strings. This section shows how to search table data,
optionally using indexes.
@@ -136,4 +136,4 @@ LIMIT 10;
important when using a GiST index than a GIN index; see Section 12.9.) The expression-index approach is
simpler to set up, however, and it requires less disk space since the
12.2. Tables and Indexes
12.2. Tables and Indexes
tsvector
representation is not stored explicitly.
-