Re: Bugs: Programming Language Functions - Mailing list pgsql-docs

From Tom Lane
Subject Re: Bugs: Programming Language Functions
Date
Msg-id 1291.955469139@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bugs: Programming Language Functions  ("Andrew C.R. Martin" <a.c.r.martin@reading.ac.uk>)
List 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 by date:

Previous
From: "Andrew C.R. Martin"
Date:
Subject: Re: Bugs: Programming Language Functions
Next
From: "Andrew C.R. Martin"
Date:
Subject: Re: [HACKERS] Re: Bugs: Programming Language Functions