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:
Bruce Momjian 2002-09-20 03:42:39 +00:00
parent 674818dce8
commit 1336ecb332

View File

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