Re: [HACKERS] Notes on testing Postgres 10b1 - Mailing list pgsql-hackers

From Greg Stark
Subject Re: [HACKERS] Notes on testing Postgres 10b1
Date
Msg-id CAM-w4HM124j=ArmkfO5NF4a8cL9Vmv7mMQoSwKyMRktmZk78tw@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Notes on testing Postgres 10b1  (Josh Berkus <josh@berkus.org>)
Responses Re: [HACKERS] Notes on testing Postgres 10b1  (Josh Berkus <josh@berkus.org>)
List pgsql-hackers
On 7 June 2017 at 01:01, Josh Berkus <josh@berkus.org> wrote:
> P3: apparently jsonb_to_tsvector with lang parameter isn't immutable?
> This means that it can't be used for indexing:
>
> libdata=# create index bookdata_fts on bookdata using gin ((
> to_tsvector('english',bookdata)));
> ERROR:  functions in index expression must be marked IMMUTABLE

I don't have a machine handy to check on but isn't this a strange
thing to do? Isn't there a GIN opclass on jsonb itself which would be
the default if you didn't have that to_tsvector() call  -- and which
would also work properly with the jsonb operators?

-- 
greg



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] UPDATE of partition key
Next
From: Vinayak Pokale
Date:
Subject: Re: [HACKERS] ECPG: WHENEVER statement with DO CONTINUE action