Re: facing problem in outparameters in c - Mailing list pgsql-general

From Mahesh Bodepati
Subject Re: facing problem in outparameters in c
Date
Msg-id MAXPR01MB3647DD40F14CF14C84D7139496170@MAXPR01MB3647.INDPRD01.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: facing problem in outparameters in c  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: facing problem in outparameters in c  (Matthias Apitz <guru@unixarea.de>)
List pgsql-general
Actually i am calling a postgres function by using c language  which  description is defined in database side .when iam calling a postgres function by passing input and output parameters after excution of function in database side i need output  data in correcsponding  output parameters but iam not getting output like that. i am getting total output data in response pointer.if iam getting total data in response pointer it is hard to figure out which data  is for which output parameter. can you please check once attached two text files.




Thanks & Regards,
Mahesh Bodepati
Software Engineer- Engineering
XIUS
INNOVATE . LEAD.





From: Laurenz Albe <laurenz.albe@cybertec.at>
Sent: Tuesday, October 27, 2020 8:09 PM
To: Mahesh Bodepati <mahesh.bodepati@Xius.com>; pgsql-general@lists.postgresql.org <pgsql-general@lists.postgresql.org>
Subject: Re: facing problem in outparameters in c
 
On Mon, 2020-10-26 at 10:45 +0000, Mahesh Bodepati wrote:
> i am facing the problem in passing the outparameters in postgres package calling by using c language

There are no "packages" in PostgreSQL.
Can you clarify your question?

How is the function or procedure you are calling defined?

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_restore: error: schema "public" already exists
Next
From: Laurenz Albe
Date:
Subject: Re: facing problem in outparameters in c