PostgreSQL Source Code git master
|
#include "libpq-fe.h"
Go to the source code of this file.
Data Structures | |
struct | pg_fe_sasl_mech |
Typedefs | |
typedef struct pg_fe_sasl_mech | pg_fe_sasl_mech |
Enumerations | |
enum | SASLStatus { SASL_COMPLETE = 0 , SASL_FAILED , SASL_CONTINUE } |
typedef struct pg_fe_sasl_mech pg_fe_sasl_mech |
enum SASLStatus |
Enumerator | |
---|---|
SASL_COMPLETE | |
SASL_FAILED | |
SASL_CONTINUE |
Definition at line 28 of file fe-auth-sasl.h.