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 343 of file libpq-int.h.

Field Documentation

◆ host

◆ hostaddr

char* pg_conn_host::hostaddr

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

Referenced by connectOptions2(), emitHostIdentityInfo(), freePGconn(), PQconnectPoll(), and PQhost().

◆ password

char* pg_conn_host::password

◆ port

char* pg_conn_host::port

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

Referenced by connectOptions2(), emitHostIdentityInfo(), freePGconn(), PQconnectPoll(), and PQport().

◆ type

pg_conn_host_type pg_conn_host::type

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

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


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