#include <log_pgsql.h>
Data Fields | |
| int | pgsql_request_timeout |
| char * | pgsql_user |
| char * | pgsql_passwd |
| char * | pgsql_server |
| char * | pgsql_ssl |
| char * | pgsql_db_name |
| char * | pgsql_table_name |
| char * | pgsql_users_table_name |
| int | pgsql_server_port |
| int | pgsql_use_ipv4 |
| GPrivate * | pgsql_priv |
Definition at line 45 of file log_pgsql.h.
Definition at line 51 of file log_pgsql.h.
Referenced by init_module_from_conf(), and pgsql_conn_init().
Definition at line 48 of file log_pgsql.h.
Referenced by init_module_from_conf(), and pgsql_conn_init().
| GPrivate* log_pgsql_params::pgsql_priv |
Definition at line 57 of file log_pgsql.h.
Referenced by get_pgsql_handler(), and init_module_from_conf().
Definition at line 46 of file log_pgsql.h.
Referenced by init_module_from_conf(), and pgsql_conn_init().
Definition at line 49 of file log_pgsql.h.
Referenced by init_module_from_conf(), and pgsql_conn_init().
Definition at line 54 of file log_pgsql.h.
Referenced by init_module_from_conf(), and pgsql_conn_init().
Definition at line 52 of file log_pgsql.h.
Referenced by init_module_from_conf(), pgsql_insert(), pgsql_update_close(), and pgsql_update_state().
Definition at line 47 of file log_pgsql.h.
Referenced by init_module_from_conf(), and pgsql_conn_init().
Definition at line 53 of file log_pgsql.h.
Referenced by init_module_from_conf(), pgsql_close_open_user_sessions(), and user_session_logs().
1.4.7