Source position: postgres3types.inc line 72
type TConnStatusType = ( |
CONNECTION_OK, |
CONNECTION_BAD, |
CONNECTION_STARTED, |
CONNECTION_MADE, |
CONNECTION_AWAITING_RESPONSE, |
CONNECTION_AUTH_OK, |
CONNECTION_SETENV, |
CONNECTION_SSL_STARTUP, |
CONNECTION_NEEDED |
); |