summaryrefslogtreecommitdiff
path: root/src/postprocess/postgres.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/postprocess/postgres.txt')
-rw-r--r--src/postprocess/postgres.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postprocess/postgres.txt b/src/postprocess/postgres.txt
index 943a88a..e47ca00 100644
--- a/src/postprocess/postgres.txt
+++ b/src/postprocess/postgres.txt
@@ -62,7 +62,7 @@ CREATE INDEX trgm_idx_web ON indexed_view_web USING gin (value gi
62CREATE INDEX trgm_idx_email ON indexed_view_email USING gin (value gin_trgm_ops); 62CREATE INDEX trgm_idx_email ON indexed_view_email USING gin (value gin_trgm_ops);
63 63
64# slow way: 64# slow way:
65SELECT * FROM Telefonbuch WHERE nachname = 'Engling'; 65SELECT * FROM Telefonbuch WHERE nachname = 'CCC';
66 66
67# using the index: 67# using the index:
68SELECT * FROM Telefonbuch 68SELECT * FROM Telefonbuch