Commit 1336ecb3 authored by Bruce Momjian's avatar Bruce Momjian

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
CREATE OR REPLACE FUNCTION fti() RETURNS trigger AS CREATE OR REPLACE FUNCTION fti() RETURNS trigger AS
'MODULE_PATHNAME', 'fti' 'MODULE_PATHNAME', 'fti'
LANGUAGE 'C' VOLATILE CALLED ON NULL INPUT; LANGUAGE 'C' VOLATILE CALLED ON NULL INPUT;
GRANT EXECUTE ON FUNCTION fti() TO PUBLIC;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment