mirror of https://github.com/postgres/postgres
we go through and give all the contribs grants? Christopher Kings-LynneREL7_3_STABLE
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…
Reference in new issue