Re: Bugs: Programming Language Functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bugs: Programming Language Functions
Дата
Msg-id 1291.955469139@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bugs: Programming Language Functions  ("Andrew C.R. Martin" <a.c.r.martin@reading.ac.uk>)
Список pgsql-docs
"Andrew C.R. Martin" <a.c.r.martin@reading.ac.uk> writes:
> My own particular problem simply pulls out an integer and a (text *)
> from a varchar. It then goes away and does some calculations based on
> these values and another external file (in fact it does a system() to
> run an external program which does these calculations). It then build
> a 'text' structure containing the result.

Hm.  I'm not too clear on why that would need to worry about either
TupleTableSlot or GetAttributeByName ... shouldn't it be a simple
function consuming a text Datum and producing another?
        regards, tom lane


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

Предыдущее
От: "Andrew C.R. Martin"
Дата:
Сообщение: Re: Bugs: Programming Language Functions
Следующее
От: "Andrew C.R. Martin"
Дата:
Сообщение: Re: [HACKERS] Re: Bugs: Programming Language Functions