Re: BUG #15861: jsonb exists query retuning inconsistent results

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: RJ Ewing <rj(at)rjewing(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15861: jsonb exists query retuning inconsistent results
Date: 2019-06-20 13:53:48
Message-ID: 21458451561038828@iva6-628714d786b2.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi

gin_fuzzy_search_limit is just PGC_USERSET setting. You can change it anytime with SET command, for example for concrete transaction:

begin;
set local gin_fuzzy_search_limit to 0; -- zero is default value
/* some queries */
commit;

regards, Sergei

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-06-20 14:48:26 BUG #15862: İnsert duration seems too long
Previous Message RJ Ewing 2019-06-20 13:48:17 Re: BUG #15861: jsonb exists query retuning inconsistent results