Re: No enough privileges for autovacuum worker - Mailing list pgsql-general

From Андрей Сычёв
Subject Re: No enough privileges for autovacuum worker
Date
Msg-id 1723387856.20210323201857@cifrasoft.com
Whole thread Raw
In response to Re: No enough privileges for autovacuum worker  (Adrian Klaver <adrian.klaver@aklaver.com>)
List 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$
;





pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: No enough privileges for autovacuum worker
Next
From: Adrian Klaver
Date:
Subject: Re: No enough privileges for autovacuum worker