From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | equincerot(at)yahoo(dot)fr |
Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #17483: postgres_fdw used with text to_tsvector and custom search configuration |
Date: | 2022-07-17 22:59:40 |
Message-ID: | 466319.1658098780@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
I wrote:
> PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
>> I have an issue with the evaluation of to_tsvector and custom search
>> configuration through foreign data wrapper (from PG to PG).
> The other thing you're running into is that if the text search
> config isn't defined in the pg_catalog schema, it's not visible
> in the restricted search path that the remote session will use.
> The query shipped to the far end should handle that by writing
> "'public.custom_search'::regconfig", but it evidently doesn't ---
> that feels like a bug, indeed.
FYI, I've now pushed a fix for that problem; it'll be in the
August minor releases.
Also, beginning in v16, it'll be necessary to ensure that any
custom TS configuration you want to use this way belongs to
an extension that the foreign server considers "shippable"
(see postgres_fdw documentation). We won't enforce that in
existing branches, though.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2022-07-18 03:37:35 | Re: Excessive number of replication slots for 12->14 logical replication |
Previous Message | PG Bug reporting form | 2022-07-17 19:23:36 | BUG #17552: pg_stat_statements tracks internal FK check queries when COPY used to load data |