From 5ac7e2e4229dab3124ad9d1556ea714a3149fff0 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 4 Mar 2019 02:06:39 +0100 Subject: Add quoting --- src/postprocess/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 CREATE INDEX trgm_idx_email ON indexed_view_email USING gin (value gin_trgm_ops); # slow way: -SELECT * FROM Telefonbuch WHERE nachname = 'Engling'; +SELECT * FROM Telefonbuch WHERE nachname = 'CCC'; # using the index: SELECT * FROM Telefonbuch -- cgit v1.2.3