Today I found out about new release of LibreOffice (version 3.5), which is now my choice instead of MS Office and it’s brother OpenOffice killed by Oracle. And the most pleasant surprise is PostgreSQL native support added in this minor…
Today I found out about new release of LibreOffice (version 3.5), which is now my choice instead of MS Office and it’s brother OpenOffice killed by Oracle. And the most pleasant surprise is PostgreSQL native support added in this minor…
I wrote how to modify result set in underlying libpq’s PGresult object with new ones. But there was no solution for deletion. Here I want to propose one solution. The main idea is to copy existing PGresult content to the…
Many of us use libpq client library to access PostgreSQL. And so we do in our PostgresDAC component suite. Very often you don’t want to refresh result set on client side after insert\update\delete some row especially if result set is…
I already wrote a post about using Windows paths in SQL statements. But today I was playing with SSL connections to PostgreSQL from MicroOLAP Database Designer for PostgreSQL and found one interesting thing: Windows user! Replace your usual slashes (backslashes,…
We (in MicroOLAP Technologies) just finished client libraries update for 9.0.0 version. Quick facts: Two packages were updated: Deployment libraries shipped with PostgreSQL installation Deployment libraries built with MinGW environment Both packages are built against 9.0.0 version of PostgreSQL Dump…