Skip to content

Instantly share code, notes, and snippets.

@grauwoelfchen
Created March 18, 2013 05:41
Show Gist options
  • Save grauwoelfchen/5185267 to your computer and use it in GitHub Desktop.
Save grauwoelfchen/5185267 to your computer and use it in GitHub Desktop.
DB_NAME=# select * from ts_debug('default_german', 'En Güte auf den Berg!');
alias | description | token | dictionaries | dictionary | lexemes
-----------+-------------------+-------+-----------------------------+-------------+---------
asciiword | Word, all ASCII | En | {simple} | simple | {en}
blank | Space symbols | | {simple} | simple | {" "}
word | Word, all letters | Güte | {german_ispell,german_stem} | german_stem | {gut}
blank | Space symbols | | {simple} | simple | {" "}
asciiword | Word, all ASCII | auf | {simple} | simple | {auf}
blank | Space symbols | | {simple} | simple | {" "}
asciiword | Word, all ASCII | den | {simple} | simple | {den}
blank | Space symbols | | {simple} | simple | {" "}
asciiword | Word, all ASCII | Berg | {simple} | simple | {berg}
blank | Space symbols | ! | {simple} | simple | {!}
(10 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment