Function

Поиск
Список
Период
Сортировка
От Angel Manuel Diaz Aunion
Тема Function
Дата
Msg-id 38F18D40.7B7C1D92@ipf.uni-karlsruhe.de
обсуждение исходный текст
Ответы Re: Function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hello,

I have a problem with the output value of a function, that is to say,
the value I get when the function is carried out:
I want a function, chich output value is an array, and when I create the
function, it is defined as follows:

> create function path_inte(path,path) returns _point
>  as '/net/ipfy/angel/postgres/geometry/libMWgeom.so' language 'c';
>
>  When the function is used, the resultat is always: "{}", so I do not
> Know if:

-the function is not well defined, or
-the output value can not be an array

Thank you very much.



Angel Manuel Diaz Aunion
Institut fuer Photogrametrie und Fernerkundung.
Universitaet Karlsruhe.


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

Предыдущее
От: sam_ma@hksmartone.com
Дата:
Сообщение: Question on the datatype binary
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: JOINs support