Re: tsvector/tsearch equality and/or portability issue

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: akopciuch(at)bddf(dot)ca, pgsql-hackers(at)postgresql(dot)org
Subject: Re: tsvector/tsearch equality and/or portability issue
Date: 2006-08-24 18:28:29
Message-ID: 44EDEFCD.50804@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Can some other people try this? We need to get a handle on which
> machines show the problem.

d(at)scratch:~/pgsqldev$ /usr/local/pgsql/bin/psql -U postgres postgres
Welcome to psql 8.1.3, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

postgres=# select 'blah foo bar'::tsvector = 'blah foo bar'::tsvector;
?column?
----------
t
(1 row)

postgres=#

AMD 64 X2, Ubuntu Dapper LTS.

Sincerely,

Joshua D. Drake

>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-08-24 18:30:56 Re: tsvector/tsearch equality and/or portability issue
Previous Message Joshua D. Drake 2006-08-24 18:27:05 Re: tsvector/tsearch equality and/or portability issue