GRANT access on fti() function
| От | Christopher Kings-Lynne |
|---|---|
| Тема | GRANT access on fti() function |
| Дата | |
| Msg-id | GNELIHDDFBOCMGBFGEFOEEDOCEAA.chriskl@familyhealth.com.au обсуждение исходный текст |
| Ответы |
Re: GRANT access on fti() function
Re: GRANT access on fti() function |
| Список | pgsql-patches |
This grants execute privileges to public for the fti() function. Should we
go through and give all the contribs grants?
Chris
Index: fti.sql.in
===================================================================
RCS file: /projects/cvsroot/pgsql-server/contrib/fulltextindex/fti.sql.in,v
retrieving revision 1.5
diff -c -r1.5 fti.sql.in
*** fti.sql.in 2002/09/02 06:27:04 1.5
--- fti.sql.in 2002/09/16 02:14:17
***************
*** 1,3 ****
--- 1,6 ----
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;
+
В списке pgsql-patches по дате отправления: