ai.grant_to_default setting.
Samples
Arguments
This function takes a comma-separated list of usernames to grant permissions to.Returns
An array of name values that you can use inai.create_vectorizer.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Grant permissions to users for vectorizer-created objects
ai.grant_to_default setting.
SELECT ai.create_vectorizer(
'my_table'::regclass,
grant_to => ai.grant_to('bob', 'alice'),
-- other parameters...
);
ai.create_vectorizer.