plperl: which version of Perl?
plperl is a great extension for PostgreSQL that allows the execution of Perl 5 code within the database.
written sometime in May 2018
|
When your effort is publicly recognized (2)
I’ve already written about the importance of having a public recognition about everyone’s effort.
written sometime in May 2018
|
Improving the Perl 6 documentation
Today I hit the 200th commit on the Perl 6 Documentation project.
Nothing special, but I’m glad to be part of such project.
written sometime in April 2018
|
Renaming a table in SQLite3 (and PostgreSQL)
Renaming a table is a very powerful feature of every database. SQLite3, as flexible as it is, has a feature to not cascade the renaming to foreign keys. Depending on how (and why) you use such feature, it can allow you for doing poweful things or ruin your database.
written sometime in April 2018
|
Generating an italian 'Codice Fiscale' via plpgsql or plperl
PostgreSQL built-in plpgsql can be used to build stored procedure and, with a few tricks, to consume data and translate it into other forms. It is also possible to generate a so known codice fiscale, the italian string that represents the tax payer number based on the person’s name, birth date and place.
This posts will show some concepts about how to generate the single pieces of the codice fiscale via plpgsql.
And why not? Let’s compare it to a plperl implementation.
written sometime in April 2018
|