Re: C Set Returning Function (SRF)
От
Gary Chambers
Тема
Re: C Set Returning Function (SRF)
Дата
Msg-id
alpine.DEB.2.00.1109081421510.30628@lollipop.garychambers.com
Ответ на
Re: C Set Returning Function (SRF) (Tom Lane)
Список
Дерево обсуждения
C Set Returning Function (SRF) Gary Chambers <gwchamb@gwcmail.com>
Re: C Set Returning Function (SRF) Tom Lane <tgl@sss.pgh.pa.us>
Re: C Set Returning Function (SRF) Gary Chambers <gwchamb@gwcmail.com>
Tom, > CStringGetDatum produces a datum of type cstring. You want a datum of > type text. PointerGetDatum(cstring_to_text(pw)) ought to do it. Thanks very much -- that works! This is my first foray into writing C functions so I have a lot to learn. Is there a better way to accomplish what I am trying to do? -- Gary Chambers
В списке pgsql-novice по дате отправления