calling a stored procedure via pqSendQuery - Mailing list pgsql-sql

From victor@inf.ufsc.br
Subject calling a stored procedure via pqSendQuery
Date
Msg-id 1046403889.3e5edb3123a74@webmail.inf.ufsc.br
Whole thread Raw
List 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 by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Are scalar type's in/out functions implicitly STRICT?
Next
From: "Frankie Lam"
Date:
Subject: PSQL segmentation fault?