handlers for inline code

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема handlers for inline code
Дата
Msg-id 4AC0066C.6000002@dunslane.net
обсуждение исходный текст
Ответы Re: handlers for inline code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I'm looking at creating a plperl inline code handler. I'd like to modify 
the new InlineCodeBlock structure slightly by adding a "trusted" flag 
and having the calling code in src/backend/commands/functioncmds.c fill 
it in. This will save every language handler that implements both 
trusted and untrusted variants from having to fetch the property. I 
hope  that seems reasonable.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: operator exclusion constraints
Следующее
От: Tom Lane
Дата:
Сообщение: Re: handlers for inline code