Skip to content
Snippets Groups Projects
Commit 1336ecb3 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

This grants execute privileges to public for the fti() function. Should

we go through and give all the contribs grants?

Christopher Kings-Lynne
parent 674818dc
No related branches found
No related tags found
No related merge requests found
CREATE OR REPLACE FUNCTION fti() RETURNS trigger AS
'MODULE_PATHNAME', 'fti'
LANGUAGE 'C' VOLATILE CALLED ON NULL INPUT;
GRANT EXECUTE ON FUNCTION fti() TO PUBLIC;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment