472,378 Members | 1,230 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,378 software developers and data experts.

Installing FullTextSearchTool tsearch2

Hello everybody,

i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
guidiance of :
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
and i'm almost losing my mind...
<runningagainstwallheadsfirst>
after i installed postgre which works fine i change to the folder
/contrib/tsearch2/
there i guessed to use MAKE as it is not mentioned in the manual
seemed to work...
from then everything i tried to execute as guided on their website i get
loads and pagelong error messages varying in many different error messages
most are current transaction is aborted til end stuff
over to syntax error at or near default at character 1
or could not access file$libdir/tsearch2: no such file or directory

does anybody have a short instruction manual with only the syntax
on how to install the fulltextcrap without 10000 words around telling
lies of how wonderful and easy this god made tool is? ...
Gods are here to see:
http://www.sai.msu.su/~megera/postgr...g-teodor-1.jpg
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
Just a simple 10 line instruction on what to do after installing
postgre the fashioned old way and now wanting to add tsearch2

Any help would be appreciated
Thx in advance

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 23 '05 #1
3 4503
Hi,

Am Mi, den 18.08.2004 schrieb Marcel Boscher um 17:42:
Hello everybody,

i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
guidiance of :
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
and i'm almost losing my mind...
<runningagainstwallheadsfirst>
after i installed postgre which works fine i change to the folder
/contrib/tsearch2/
there i guessed to use MAKE as it is not mentioned in the manual
seemed to work...
from then everything i tried to execute as guided on their website i get
loads and pagelong error messages varying in many different error messages
most are current transaction is aborted til end stuff
over to syntax error at or near default at character 1
or could not access file$libdir/tsearch2: no such file or directory

does anybody have a short instruction manual with only the syntax
on how to install the fulltextcrap without 10000 words around telling
lies of how wonderful and easy this god made tool is? ...


You are telling you read:

http://www.sai.msu.su/~megera/postgr...-V2-intro.html

which seems pretty detailed.
The short name of the database is postgres btw.

HTH
Tino Wildenhain
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 23 '05 #2
Marcel,

it's very difficult from you message where do you lost.
pgsql version, OS version, cut'n paste of commands you run and
output would be fine.

To install tsearch2 most people need (as postgresql superuser):

1. install postgresql and headers
2. cd contrib/tsearch2
3. make; make install; make installcheck

Note, tsearch2 is just a plain contrib module and installation is
the same as for other modules.

Oleg
On Wed, 18 Aug 2004, Marcel Boscher wrote:
Hello everybody,

i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
guidiance of :
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
and i'm almost losing my mind...
<runningagainstwallheadsfirst>
after i installed postgre which works fine i change to the folder
/contrib/tsearch2/
there i guessed to use MAKE as it is not mentioned in the manual
seemed to work...
from then everything i tried to execute as guided on their website i get
loads and pagelong error messages varying in many different error messages
most are current transaction is aborted til end stuff
over to syntax error at or near default at character 1
or could not access file$libdir/tsearch2: no such file or directory

does anybody have a short instruction manual with only the syntax
on how to install the fulltextcrap without 10000 words around telling
lies of how wonderful and easy this god made tool is? ...
Gods are here to see:
http://www.sai.msu.su/~megera/postgr...g-teodor-1.jpg
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
Just a simple 10 line instruction on what to do after installing
postgre the fashioned old way and now wanting to add tsearch2

Any help would be appreciated
Thx in advance

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


Regards,
Oleg
__________________________________________________ ___________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: ol**@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 23 '05 #3
Oleg Bartunov wrote:
Marcel,

it's very difficult from you message where do you lost.
pgsql version, OS version, cut'n paste of commands you run and
output would be fine.

To install tsearch2 most people need (as postgresql superuser):

1. install postgresql and headers
2. cd contrib/tsearch2
3. make; make install; make installcheck

Note, tsearch2 is just a plain contrib module and installation is
the same as for other modules.

Oleg
On Wed, 18 Aug 2004, Marcel Boscher wrote:
Hello everybody,

i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
guidiance of :
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
and i'm almost losing my mind...
<runningagainstwallheadsfirst>
after i installed postgre which works fine i change to the folder
/contrib/tsearch2/
there i guessed to use MAKE as it is not mentioned in the manual
seemed to work...
from then everything i tried to execute as guided on their website i get
loads and pagelong error messages varying in many different error messages
most are current transaction is aborted til end stuff
over to syntax error at or near default at character 1
or could not access file$libdir/tsearch2: no such file or directory

does anybody have a short instruction manual with only the syntax
on how to install the fulltextcrap without 10000 words around telling
lies of how wonderful and easy this god made tool is? ...
Gods are here to see:
http://www.sai.msu.su/~megera/postgr...g-teodor-1.jpg
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
Just a simple 10 line instruction on what to do after installing
postgre the fashioned old way and now wanting to add tsearch2

Any help would be appreciated
Thx in advance


The instructions I have for installing it are:

cd /POSTGRES_SOURCE_LOCATION//contrib/tsearch2
make
sudo make install
psql < tsearch2.sql

(http://www.visualdistortion.org/sqllogger/install.html)

Not very tough.

Jeff

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Alexander Rüegg | last post by:
Hi, Is it possible to get all the positions of a lexeme in a result-set of a query? For example, we have the table TEXT TEXT_IDX 'TSearch2 is...
13
by: Nigel J. Andrews | last post by:
This will be a little vague, it was last night and I can't now do the test in that db (see below) so can't give the exact wording. I seem to remember a report a little while ago about tsearch v2...
1
by: psql-mail | last post by:
I have applied the recent tsearch2 patch and recompiled the tsearch2 module but I am still experiencing the same backend crashes as I previously described. Thanks for any help, Mat GDB...
0
by: konf | last post by:
Well, now I tried to compile with tsearch2. I do in src direcotry: ../configure then change into contrib/tsearch2 and do make (as I read in manual) and I got:
9
by: Pavel Stehule | last post by:
Hello I try tsearch2 within czech environment. It is works fine, but I have two questions. 1. I have words "se", "ve" in my czech stop words. But I get this words in result. Why? Have I...
2
by: Fischer Ulrich | last post by:
Hi I have a problem with the restoring of a database which uses tsearch2. I made a backup as discribed in 'tsearch-v2-intro' on the tsearch2 page. Now i'm trying to restore it into a...
2
by: Chris Gamache | last post by:
Tsearch2 comes with its own tsearch2 trigger function. You pass column names to it, and it puts a vanilla tsvector into the column named in TG_ARGV. Not only can you pass column names to it, but...
1
by: ˧ÃÍ | last post by:
-----ԭʼÓʼþ----- ·¢¼þÈË: ˧ÃÍ ·¢ËÍʱ¼ä: 2004Äê3ÔÂ3ÈÕ 10:41 ÊÕ¼þÈË: 'pgsql-hackers@postgresql.org' Ö÷Ìâ: docs on tsearch2 hi all Are there any other docs about tsearch2 except for the 3...
2
by: Net Virtual Mailing Lists | last post by:
Hello, If I have a rule like this: CREATE OR REPLACE RULE sometable_update AS ON UPDATE TO table2 DO UPDATE cache SET updated_dt=NULL WHERE tablename='sometable'; CREATE OR REPLACE RULE...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.