The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 6 - 2017-01-19

  • User email column is now CITEXT. Consuming modules will have to install the extension:
    • CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public
    • This requires a version of psql that has it, i.e. 8.4 or higher