libpq: fe_getauthname()

Started by Neil Conwayalmost 24 years ago2 messages
#1Neil Conway
nconway@klamath.dyndns.org

In language bindings which wrap around the libpq C interface, should the
fe_getauthname() function be used?

It's not declared in libpq-fe.h, which AFAIK is the only header file
that libpq applications should be using.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#1)
Re: libpq: fe_getauthname()

Neil Conway <nconway@klamath.dyndns.org> writes:

In language bindings which wrap around the libpq C interface, should the
fe_getauthname() function be used?

Seems like an internal routine to me.

regards, tom lane