The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 SSL

  • SSL_PREFER - use SSL if we can

  • SSL_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.