pgxnclient and beta version
pgxnclient is a wonderful cpan like tool for the PGXN extension network. Unlickily, the client cannot handle PostgreSQL beta version, so I submitted a really small patch to fix the issue.
written sometime in August 2018
|
PostgreSQL 11 and PL/Java: it can work!
PL/Java is a wonderful piece of code that allows the definition of functions in Java directly within PostgreSQL. Unluckily, PostgreSQL 11 introduced a few changes that made PL/Java not compiling. But keep calm, experts are already working on this!
written sometime in July 2018
|
PostgreSQL Extended Statistics
PostgreSQL 10 allows users to define extended statistics to help the planner understand data dependencies.
written sometime in June 2018
|
Sqitch and Sqitchers
Sqitch has nothing particular to do with PostgreSQL, except it does support our beloved database!
written sometime in June 2018
|
PostgreSQL: cannot alter type of a column used by a view or rule
How to cascade changes to a view over a table?
written sometime in June 2018
|