MCPcopy Create free account
hub / github.com/apache/cloudberry / PQuser

Function PQuser

src/interfaces/libpq/fe-connect.c:6839–6845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6837}
6838
6839char *
6840PQuser(const PGconn *conn)
6841{
6842 if (!conn)
6843 return NULL;
6844 return conn->pguser;
6845}
6846
6847char *
6848PQpass(const PGconn *conn)

Callers 7

mainFunction · 0.85
session_usernameFunction · 0.85
exec_command_conninfoFunction · 0.85
do_connectFunction · 0.85
SyncVariablesFunction · 0.85
get_promptFunction · 0.85
main.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected