Statements with RETURNING: Perl and Java clients
PostgreSQL statements support the ~RETURNING~ predicate that allows a statement that manipulates tuples to return a set of column of such tuples. It is easy to use such statements on a client-basis to get back data not available when the query has been written.
written sometime in May 2018
|
PostgreSQL 11 beta 1 on FreeBSD 11
Compiling PostgreSQL 11 beta 1 on FreeBSD 11 is not hard, but special care has to be taken with regard to readline .
written sometime in May 2018
|
pg_chocolate (aka the end of course in Modena)
Yesterday it was my last session at the local Linux Users’ Group ConoscereLinux course on PostgreSQL. Since the LUG gave me the chance to deliver an extra session, and since all the attendees were fun and nice, I decide to “contribute back”.
written sometime in May 2018
|
KDE 5 on FreeBSD
Seems to me a new port has landed on FreeBSD!
written sometime in May 2018
|
plperl: invoking other subroutines
plperl does not allow direct sub invocation, so the only way is to execute a query.
written sometime in May 2018
|