Migrating from MS SQL to PostgreSQL: Uppercase vs. Lowercase
How to: MS SQL PostgreSQL Migration. What you should do and how you can do it easily. Read more in this blog...
Row change auditing options for PostgreSQL
How to implement table change tracking in PostgreSQL, if auditing for all row changes over time is required. "Audit trail"
Tips and tricks to kick-start Postgres year 2020
Postgres Tips and Tricks: Benefit from these little Time-Saving commands, SQL snippets or PostgreSQL features for PostgreSQL users.
PSQL_EDITOR: Fighting with Sublime Text under Windows
This is a How-To blog about the PSQL_EDITOR variable. While trying to figure out all possible pitfalls, I've somehow managed […]
Setting PostgreSQL configuration parameters
PostgreSQL configuration offers more than meets the eye at first glance, so let us dive into PostgreSQL configuration parameters.
Abusing PostgreSQL as an SQL beautifier
Even though SQL is pretty easy to read, developers often use SQL beautifier. Is it possible to format queries nicely only using PostgreSQL onboard tools?
effective_cache_size: What it means in PostgreSQL
effective_cache_size is usefull for database tuning as well als for speeding up PostgreSQL. Learn more about of this secretive setting.
Open Street Map to PostGIS - The Basics
OSM to PostGIS: The Basic steps to import Open Street Map data into PostGIS. Software prerequisites, data aquisition and database setup.
Introduction and How-To: etcd clusters for Patroni
Reasons for setting up Patroni etcd clusters. How-To cluster placement, etcd cluster setup and checking etcd healthiness.
Upgrading Postgres major versions using Logical Replication
This Blog is about PostgreSQL major version upgrade using Logical Replication. Learn about the Benefits of this complex method.