Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/table_pg_ts_parser.html
Дата изменения: Unknown Дата индексирования: Sat Dec 22 10:29:15 2007 Кодировка: Поисковые слова: solar eclipse |
Previous | Next |
Table pg_ts_parser\d pg_ts_parser Table "public.pg_ts_parser" Column | Type | Modifiers ---------------+------+----------- prs_name | text | not null prs_start | oid | not null prs_nexttoken | oid | not null prs_end | oid | not null prs_headline | oid | not null prs_lextype | oid | not null prs_comment | text | Indexes: "pg_ts_parser_pkey" primary key, btree (prs_name) select * from pg_ts_parser; prs_name | prs_start | prs_nexttoken | prs_end | prs_headline | prs_lextype | prs_comment ----------+-----------+---------------+---------+--------------+-------------+--------------------------- default | 17188 | 17189 | 17190 | 17192 | 17191 | Parser from OpenFTS v0.34 (1 row) |