|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Definition at line 100 of file protocol.h.
Definition at line 97 of file protocol.h.
Definition at line 98 of file protocol.h.
| #define AUTH_REQ_MAX AUTH_REQ_SASL_FIN /* maximum AUTH_REQ_* value */ |
Definition at line 109 of file protocol.h.
Definition at line 101 of file protocol.h.
| #define AUTH_REQ_OK 0 /* User is authenticated */ |
Definition at line 96 of file protocol.h.
Definition at line 99 of file protocol.h.
| #define AUTH_REQ_SASL 10 /* Begin SASL authentication */ |
Definition at line 106 of file protocol.h.
| #define AUTH_REQ_SASL_CONT 11 /* Continue SASL authentication */ |
Definition at line 107 of file protocol.h.
Definition at line 108 of file protocol.h.
Definition at line 105 of file protocol.h.
| #define PqBackupMsg_Manifest 'm' |
Definition at line 89 of file protocol.h.
| #define PqBackupMsg_NewArchive 'n' |
Definition at line 90 of file protocol.h.
| #define PqBackupMsg_ProgressReport 'p' |
Definition at line 91 of file protocol.h.
Definition at line 50 of file protocol.h.
Definition at line 48 of file protocol.h.
| #define PqMsg_Bind 'B' |
Definition at line 19 of file protocol.h.
| #define PqMsg_BindComplete '2' |
Definition at line 39 of file protocol.h.
| #define PqMsg_Close 'C' |
Definition at line 20 of file protocol.h.
| #define PqMsg_CloseComplete '3' |
Definition at line 40 of file protocol.h.
| #define PqMsg_CommandComplete 'C' |
Definition at line 42 of file protocol.h.
Definition at line 54 of file protocol.h.
| #define PqMsg_CopyData 'd' |
Definition at line 65 of file protocol.h.
Definition at line 64 of file protocol.h.
| #define PqMsg_CopyFail 'f' |
Definition at line 29 of file protocol.h.
Definition at line 45 of file protocol.h.
Definition at line 46 of file protocol.h.
Definition at line 43 of file protocol.h.
Definition at line 21 of file protocol.h.
Definition at line 47 of file protocol.h.
Definition at line 44 of file protocol.h.
Definition at line 22 of file protocol.h.
Definition at line 24 of file protocol.h.
Definition at line 23 of file protocol.h.
Definition at line 53 of file protocol.h.
| #define PqMsg_GSSResponse 'p' |
Definition at line 30 of file protocol.h.
| #define PqMsg_NegotiateProtocolVersion 'v' |
Definition at line 59 of file protocol.h.
| #define PqMsg_NoData 'n' |
Definition at line 56 of file protocol.h.
| #define PqMsg_NoticeResponse 'N' |
Definition at line 49 of file protocol.h.
| #define PqMsg_NotificationResponse 'A' |
Definition at line 41 of file protocol.h.
| #define PqMsg_ParameterDescription 't' |
Definition at line 58 of file protocol.h.
Definition at line 51 of file protocol.h.
| #define PqMsg_Parse 'P' |
Definition at line 25 of file protocol.h.
| #define PqMsg_ParseComplete '1' |
Definition at line 38 of file protocol.h.
| #define PqMsg_PasswordMessage 'p' |
Definition at line 31 of file protocol.h.
| #define PqMsg_PortalSuspended 's' |
Definition at line 57 of file protocol.h.
| #define PqMsg_Progress 'P' |
Definition at line 70 of file protocol.h.
Definition at line 26 of file protocol.h.
Definition at line 55 of file protocol.h.
Definition at line 52 of file protocol.h.
| #define PqMsg_SASLInitialResponse 'p' |
Definition at line 32 of file protocol.h.
| #define PqMsg_SASLResponse 'p' |
Definition at line 33 of file protocol.h.
Definition at line 27 of file protocol.h.
Definition at line 28 of file protocol.h.
| #define PqReplMsg_HotStandbyFeedback 'h' |
Definition at line 82 of file protocol.h.
| #define PqReplMsg_Keepalive 'k' |
Definition at line 75 of file protocol.h.
| #define PqReplMsg_PrimaryStatusRequest 'p' |
Definition at line 83 of file protocol.h.
| #define PqReplMsg_PrimaryStatusUpdate 's' |
Definition at line 76 of file protocol.h.
| #define PqReplMsg_StandbyStatusUpdate 'r' |
Definition at line 84 of file protocol.h.
| #define PqReplMsg_WALData 'w' |
Definition at line 77 of file protocol.h.