PostgreSQL Source Code  git master
pg_conn_host Struct Reference

#include <libpq-int.h>

Data Fields

pg_conn_host_type type
 
char * host
 
char * hostaddr
 
char * port
 
char * password
 

Detailed Description

Definition at line 350 of file libpq-int.h.

Field Documentation

◆ host

◆ hostaddr

char* pg_conn_host::hostaddr

◆ password

char* pg_conn_host::password

◆ port

char* pg_conn_host::port

◆ type

pg_conn_host_type pg_conn_host::type

Definition at line 352 of file libpq-int.h.

Referenced by emitHostIdentityInfo(), pqConnectOptions2(), and PQconnectPoll().


The documentation for this struct was generated from the following file: