Re: Adding an alternate syntax for Phrase Search - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: Adding an alternate syntax for Phrase Search
Date
Msg-id CAF4Au4zHxEaPk_jSPp1Am8kRZ3URV91tXp9hA_50qYPs9Sz24g@mail.gmail.com
Whole thread Raw
In response to Re: Adding an alternate syntax for Phrase Search  (Josh berkus <josh@agliodbs.com>)
List pgsql-hackers
On Thu, May 26, 2016 at 3:00 PM, Josh berkus <josh@agliodbs.com> wrote:
> On 05/22/2016 06:53 PM, Teodor Sigaev wrote:
>>
>>> to_tsquery(' Berkus & "PostgreSQL Version 10.0" ')
>>>
>>> ... would be equivalent to:
>>>
>>> to_tsquery(' Berkus & ( PostgreSQL <-> version <-> 10.0 )')
>>
>> select to_tsquery('Berkus') && phraseto_tsquery('PostgreSQL Version 10.0');
>> does it as you wish
>
> Aha, you didn't mention this in your presentation.  That seems plenty
> good enough for 9.6.

Will add this to the slides.


>
> --
> --
> Josh Berkus
> Red Hat OSAS
> (any opinions are my own)
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PATCH: pg_restore parallel-execution-deadlock issue
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied”