This grants execute privileges to public for the fti() function. Should

we go through and give all the contribs grants?

Christopher Kings-Lynne
REL7_3_STABLE
Bruce Momjian 24 years ago
parent 674818dce8
commit 1336ecb332
  1. 2
      contrib/fulltextindex/fti.sql.in

@ -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…
Cancel
Save