Tsearch2 can't be checked for equality? - Mailing list pgsql-general

From Yonatan Ben-Nes
Subject Tsearch2 can't be checked for equality?
Date
Msg-id 2d0127b80703250923u5642cfech4f71a6af525123c6@mail.gmail.com
Whole thread Raw
Responses Re: Tsearch2 can't be checked for equality?  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-general
Hi all,

I'm trying to compare between 2 tsvector fields and I'm encountering a problem, for example:

test.com=> SELECT 1 WHERE to_tsvector('default', 'bh da') = to_tsvector('default', 'bh da');
 ?column?
----------
(0 rows)


There is another way that I can check for equality of 2 tsvector fields?

Thanks a lot in advance,
  Ben-Nes Yonatan

pgsql-general by date:

Previous
From: Erik Jones
Date:
Subject: Re: Tracking disk writes?
Next
From: "Webb Sprague"
Date:
Subject: Matrix (linear algebra) operations and types in PG?