Re: new function for tsquery creartion

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Victor Drobny <v(dot)drobny(at)postgrespro(dot)ru>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: new function for tsquery creartion
Date: 2017-07-19 16:58:05
Message-ID: CA+TgmoYSBLFAq14ePMWC=JBQ4D4Crt08emkcDPa65SQ6sbVAoQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 19, 2017 at 12:43 PM, Victor Drobny <v(dot)drobny(at)postgrespro(dot)ru> wrote:
> Let me introduce new function for full text search query creation(which is
> called 'queryto_tsquery'). It takes 'google like' query string and
> translates it to tsquery.

I haven't looked at the code, but that sounds like a neat idea.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-07-19 17:00:20 Re: Using non-sequential timelines in order to help with possible collisions
Previous Message Robert Haas 2017-07-19 16:56:33 Re: pl/perl extension fails on Windows