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  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: GRANT access on fti() function  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: CREATE DOMAIN doc fix
Следующее
От: Neil Conway
Дата:
Сообщение: Re: [BUGS] Bug #758: show_planner_stats does not work for new PREPARE calls