diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/postprocess/postgres.txt | 2 |
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 | |||
| 62 | CREATE INDEX trgm_idx_email ON indexed_view_email USING gin (value gin_trgm_ops); | 62 | CREATE INDEX trgm_idx_email ON indexed_view_email USING gin (value gin_trgm_ops); |
| 63 | 63 | ||
| 64 | # slow way: | 64 | # slow way: |
| 65 | SELECT * FROM Telefonbuch WHERE nachname = 'Engling'; | 65 | SELECT * FROM Telefonbuch WHERE nachname = 'CCC'; |
| 66 | 66 | ||
| 67 | # using the index: | 67 | # using the index: |
| 68 | SELECT * FROM Telefonbuch | 68 | SELECT * FROM Telefonbuch |
