We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6b7bb commit 4a8adfdCopy full SHA for 4a8adfd
src/interfaces/libpq/fe-auth.c
@@ -976,8 +976,10 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn)
976
977
978
/*
979
- * pg_fe_getauthname -- returns a pointer to dynamic space containing whatever
980
- * name the user has authenticated to the system
+ * pg_fe_getauthname
+ *
981
+ * Returns a pointer to dynamic space containing whatever name the user
982
+ * has authenticated to the system. If there is an error, return NULL.
983
*/
984
char *
985
pg_fe_getauthname(void)
0 commit comments