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

Newer articles Older articles
There are 1595 total articles on this blog, you are viewing page 120 of 319.