Re: how to get the connected session pointer ( Archive * AH) - Mailing list pgsql-general

From Tom Lane
Subject Re: how to get the connected session pointer ( Archive * AH)
Date
Msg-id 22385.1382460589@sss.pgh.pa.us
Whole thread Raw
In response to Re: how to get the connected session pointer ( Archive * AH)  (AI Rumman <rummandba@gmail.com>)
List pgsql-general
AI Rumman <rummandba@gmail.com> writes:
> I have a libpq C interface code which takes user/password to connect to the
> db. Now, I want to call it from a pgsql function where user will not need
> to put any user name or password, rather it will use the current session ID.
> How can I do it? Any idea, please.

It sounds to me like you're trying to reinvent the foreign-data-wrapper
user identity functionality, and not very well at that.

            regards, tom lane


pgsql-general by date:

Previous
From: AI Rumman
Date:
Subject: Re: how to get the connected session pointer ( Archive * AH)
Next
From: Rémi Cura
Date:
Subject: Error with "return query" ( "return next" working ) with custom type