NAME
Protocol::Database::PostgreSQL::Constants - some constants used in the PostgreSQL protocol
DESCRIPTION
Exports some constants - mostly SSL-related.
EXPORTS
(note that SSL here actually means TLS).
SSL_DISABLE
- do not use SSLSSL_PREFER
- use SSL if we canSSL_REQUIRE
- only use SSL
SSL_NAME_MAP
Mapping from plain text words to the SSL_*
constants.
disable
prefer
require
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2010-2019. Licensed under the same terms as Perl itself.