mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
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 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue