Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

StartupPacket Struct Reference

#include <pqcomm.h>

Data Fields

ProtocolVersion protoVersion
char database [SM_DATABASE]
char user [SM_USER]
char options [SM_OPTIONS]
char unused [SM_UNUSED]
char tty [SM_TTY]

Detailed Description

Definition at line 141 of file pqcomm.h.


Field Documentation

char StartupPacket::database[SM_DATABASE]

Definition at line 144 of file pqcomm.h.

Referenced by pqBuildStartupPacket2(), and ProcessStartupPacket().

char StartupPacket::options[SM_OPTIONS]

Definition at line 147 of file pqcomm.h.

Referenced by pqBuildStartupPacket2(), and ProcessStartupPacket().

Definition at line 143 of file pqcomm.h.

Referenced by pqBuildStartupPacket2().

char StartupPacket::tty[SM_TTY]

Definition at line 149 of file pqcomm.h.

Referenced by pqBuildStartupPacket2().

char StartupPacket::unused[SM_UNUSED]

Definition at line 148 of file pqcomm.h.

char StartupPacket::user[SM_USER]

Definition at line 146 of file pqcomm.h.

Referenced by pqBuildStartupPacket2(), and ProcessStartupPacket().


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