This grants execute privileges to public for the fti() function. Should
we go through and give all the contribs grants? Christopher Kings-Lynne
This commit is contained in:
parent
674818dce8
commit
1336ecb332
@ -1,3 +1,5 @@
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user