~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/backend/tsearch/thesaurus_sample.ths

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Theasurus config file. Character ':' separates string from replacement, eg
 
3
# sample-words : substitute-words
 
4
#
 
5
# Any substitute-word can be marked by preceding '*' character,
 
6
# which means do not lexize this word
 
7
# Docs: http://www.sai.msu.su/~megera/oddmuse/index.cgi/Thesaurus_dictionary
 
8
 
 
9
one two three : *123
 
10
one two : *12
 
11
one : *1
 
12
two : *2
 
13
 
 
14
supernovae stars : *sn
 
15
supernovae : *sn
 
16
booking tickets : order invitation cards
 
17
booking ? tickets : order invitation Cards
 
18