rowtype and ecpg

Поиск
Список
Период
Сортировка
От alla@sergey.com (Alla)
Тема rowtype and ecpg
Дата
Msg-id 9275d56e.0206200915.988c67d@posting.google.com
обсуждение исходный текст
Ответы Re: rowtype and ecpg  (Christoph Haller <ch@rodos.fzk.de>)
Список pgsql-sql
I have a function that takes as a parameter ROWTYPE:

create or replace function test_func(test_table) 
returns varchar as '
declare  lv_return   varchar;
begin  ......  return lv_return;
end;
' LANGUAGE 'plpgsql';

How do I call this function from the C program (ecpg)? How my
declaration should look like?

I trued structure and got error: Too many arguments

Thanks for your help


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: [ADMIN] Incredible..
Следующее
От: Janning Vygen
Дата:
Сообщение: Re: Joining three data sources.