summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2019-03-04 02:06:39 +0100
committerDirk Engling <erdgeist@erdgeist.org>2019-03-04 02:06:39 +0100
commit5ac7e2e4229dab3124ad9d1556ea714a3149fff0 (patch)
tree9e484d06b3c4ef3163f351e87aeb0984d946214c /src
parent13773527601bebdbe224ec18ccfdc3cb75a0aa90 (diff)
Add quoting
Diffstat (limited to 'src')
-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