提交 1336ecb3 编写于 作者: B 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
上级 674818dc
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;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册