tsearch2 and english locale on Debian - english.0 english.1

Lists: pgsql-general
From: chrisj <chrisj(dot)wood(at)sympatico(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: tsearch2 and english locale on Debian - english.0 english.1
Date: 2007-04-28 20:41:49
Message-ID: 10236476.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general


Hi, the tsearch2 intro has instructions for creating a US_en locale, here is
a snippet:

.. it can be created from the /languages/english directory with the
following command:

sort -u -t/ +0f -1 +0 -T /usr/tmp -o english.med english.0 english.1

The problem is that the files english.0 and english.1 do not exist on my
Debian system:

cwlap1:/# find . -name english.* -print
./usr/share/emacs/21.4/lisp/language/english.elc
./usr/share/apps/ktouch/english.ktouch.xml
./usr/share/postgresql/8.2/contrib/english.stop
./usr/lib/ImageMagick-6.2.4/config/english.xml

Can anyone suggest where I can download these files from? I found two
sources for english.0 but they were quite different. Could not find
english.1

--
View this message in context: http://www.nabble.com/tsearch2-and-english-locale-on-Debian---english.0-english.1-tf3663477.html#a10236476
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


From: chrisj <chrisj(dot)wood(at)sympatico(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: tsearch2 and english locale on Debian - english.0 english.1
Date: 2007-04-29 22:35:48
Message-ID: 10246135.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general


found it at : http://ftp.gnu.mirrors.hoobly.com/gnu/non-gnu/ispell/

chrisj wrote:
>
> Hi, the tsearch2 intro has instructions for creating a US_en locale, here
> is a snippet:
>
> .. it can be created from the /languages/english directory with the
> following command:
>
> sort -u -t/ +0f -1 +0 -T /usr/tmp -o english.med english.0
> english.1
>
> The problem is that the files english.0 and english.1 do not exist on my
> Debian system:
>
> cwlap1:/# find . -name english.* -print
> ./usr/share/emacs/21.4/lisp/language/english.elc
> ./usr/share/apps/ktouch/english.ktouch.xml
> ./usr/share/postgresql/8.2/contrib/english.stop
> ./usr/lib/ImageMagick-6.2.4/config/english.xml
>
> Can anyone suggest where I can download these files from? I found two
> sources for english.0 but they were quite different. Could not find
> english.1
>
>
>

--
View this message in context: http://www.nabble.com/tsearch2-and-english-locale-on-Debian---english.0-english.1-tf3663477.html#a10246135
Sent from the PostgreSQL - general mailing list archive at Nabble.com.