PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_conn_host Struct Reference

#include <libpq-int.h>

Data Fields

pg_conn_host_type type
 
charhost
 
charhostaddr
 
charport
 
charpassword
 

Detailed Description

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

Field Documentation

◆ host

◆ hostaddr

char* pg_conn_host::hostaddr

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

Referenced by emitHostIdentityInfo(), pqConnectOptions2(), PQhost(), and pqReleaseConnHosts().

◆ password

char* pg_conn_host::password

◆ port

char* pg_conn_host::port

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

Referenced by emitHostIdentityInfo(), pqConnectOptions2(), PQport(), and pqReleaseConnHosts().

◆ type

pg_conn_host_type pg_conn_host::type

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

Referenced by emitHostIdentityInfo(), and pqConnectOptions2().


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