Search Postgresql Archives

Re: No enough privileges for autovacuum worker

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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$
;







[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux