Re: Need some assistance on stored procedures execution using libpq in C

2024-04-25 Thread Pavel Stehule
čt 25. 4. 2024 v 18:46 odesílatel Sasmit Utkarsh napsal: > Hi Pavel, > > Thanks for the info. But is it not possible to have some kind of handling > of an empty result set using libpq for the given procedure? > extension dblink uses libpq (to connect to other databases or servers). You can

Re: Need some assistance on stored procedures execution using libpq in C

2024-04-25 Thread Sasmit Utkarsh
Hi Pavel, Thanks for the info. But is it not possible to have some kind of handling of an empty result set using libpq for the given procedure? Regards, Sasmit Utkarsh +91-7674022625 On Thu, Apr 25, 2024 at 8:26 PM Pavel Stehule wrote: > Hi > > čt 25. 4. 2024 v 12:57 odesílatel Sasmit

Re: Need some assistance on stored procedures execution using libpq in C

2024-04-25 Thread Pavel Stehule
Hi čt 25. 4. 2024 v 12:57 odesílatel Sasmit Utkarsh napsal: > Hi PostgreSQL Team, > > I'm trying to execute the stored procedure(details along with the program > in the attachment) to fetch the records from the table for the inputs given > in the code as well. I have already created the

Need some assistance on stored procedures execution using libpq in C

2024-04-25 Thread Sasmit Utkarsh
Hi PostgreSQL Team, I'm trying to execute the stored procedure(details along with the program in the attachment) to fetch the records from the table for the inputs given in the code as well. I have already created the procedure in the db. But I see some strange output when I try to fetch the