Re: No enough privileges for autovacuum worker

From: Андрей Сычёв <andrey(dot)sychev(at)cifrasoft(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: No enough privileges for autovacuum worker
Date: 2021-03-23 16:18:57
Message-ID: 1723387856.20210323201857@cifrasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry, my mistake, but actually

trigrams_array is called by trigrams_vector

Definition for the function dict.trigrams_vector:

CREATE OR REPLACE FUNCTION dict.trigrams_vector(word text)
RETURNS tsvector
LANGUAGE sql
IMMUTABLE STRICT
AS $function$
SELECT array_to_string(dict.trigrams_array($1), ' ')::tsvector;
$function$
;

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-03-23 16:28:49 Re: No enough privileges for autovacuum worker
Previous Message Adrian Klaver 2021-03-23 16:12:50 Re: No enough privileges for autovacuum worker