calling a stored procedure via pqSendQuery

Поиск
Список
Период
Сортировка
От victor@inf.ufsc.br
Тема calling a stored procedure via pqSendQuery
Дата
Msg-id 1046403889.3e5edb3123a74@webmail.inf.ufsc.br
обсуждение исходный текст
Список pgsql-sql
Hi, I've created a stored procedure called test().

Ok, then within a program I wrote in C I tried to call that function, but it
results in a error: "The function test() does not exist"..

But, when I call a built-in function like now(), I got no errors...

There is a special way to create my procedure??

Or the problem is with my C program??

please help!

Thanks..






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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Are scalar type's in/out functions implicitly STRICT?
Следующее
От: "Frankie Lam"
Дата:
Сообщение: PSQL segmentation fault?