PostgreSQL CE, a PostgreSQL certification program, has
started worldwide. PostgreSQL CE certifies skilled PostgreSQL
engineers, and there are Silver and Gold qualifications for
each skill level. The exam can be taken at local Pearson VUE
testing centers, and it is available in English and Japanese.
For more informations : PostgreSQL CE
PostgreSQL have released a new version of its database to fix security issues reported in the last weeks.
A summary of fixes consists of:
* Change encoding function signature to prevent misuse
* Change “contrib/tsearch2″ to avoid unsafe use of INTERNAL function results
* Repair race condition between relation extension and VACUUM This could theoretically have caused loss of a page’s worth of freshly-inserted data, although the scenario seems of very low probability. There are no known cases of it having caused more than an Assert failure.
Source : PostgreSQL | Download new PostgreSQL