Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6839
char *
6840
PQuser(const PGconn *conn)
6841
{
6842
if (!conn)
6843
return NULL;
6844
return conn->pguser;
6845
}
6846
6847
char *
6848
PQpass(const PGconn *conn)
Callers
7
main
Function · 0.85
session_username
Function · 0.85
exec_command_conninfo
Function · 0.85
do_connect
Function · 0.85
SyncVariables
Function · 0.85
get_prompt
Function · 0.85
main.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected