| От | Marvin McNett |
|---|---|
| Тема | Re: insert through function only |
| Дата | |
| Msg-id | 4096CBFF.7080400@cs.ucsd.edu обсуждение исходный текст |
| Ответ на | Re: insert through function only (Bruno Wolff III <bruno@wolff.to>) |
| Список | pgsql-general |
Thanks Bruno, This is exactly what I needed to know. Cordially, Marvin Bruno Wolff III wrote: > On Mon, May 03, 2004 at 15:12:00 -0700, > Marvin McNett <mmcnett@cs.ucsd.edu> wrote: > >>How do I go about ensuring that data is only added to a table through a >>function? I've tried granting execute persission on the function which >>inserts data, but can't get it to work unless the user also has insert >>permission on the table. I don't want the user to be able to >>arbitrarily insert data. > > > You need to use SECURITY DEFINER so that the function runs with the > access of its definer instead of its invoker.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера