Re: Naming of new tsvector functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Naming of new tsvector functions
Date
Msg-id 6106.1462211891@sss.pgh.pa.us
Whole thread Raw
In response to Naming of new tsvector functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Naming of new tsvector functions  (Robert Haas <robertmhaas@gmail.com>)
Re: Naming of new tsvector functions  (David Fetter <david@fetter.org>)
List pgsql-hackers
I wrote:
> I think we'd be better off to rename these to tsvector_delete() and
> tsvector_filter() while we still can.

... although I now notice that hstore already exposes a function named
delete(), so that ship may have sailed already.  But I'm more troubled
by filter() anyhow, since that keyword can appear in expressions ---
it seems much more likely that that would pose a parsing conflict
after future SQL extensions.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: More inaccurate results from numeric pow()
Next
From: Robert Haas
Date:
Subject: Re: Rename max_parallel_degree?