PostgreSQL Roles And Rights

Most databases have users and groups to handle access rights. PostgreSQL isdifferent as there are only...
Published on October 23, 2023 | 10 min read, 1880 words

My Way to PostgreSQL

I just want to expain how I discovered PostgreSQL and what my history is interms of working with data and databases.How I Started With...
Published on July 10, 2023 | 9 min read, 1662 words

PostgreSQL with PostGIS on Android

Using PostgreSQL On AndroidThere is an app for Android users, which will give you a terminal: Termux<...
Published on February 13, 2023 | 3 min read, 583 words

FOSDEM 2023

FOSDEM 2023Recent weekend the first in person FOSDEM since 2020 took place. There has also been a <a href="...
Published on February 06, 2023 | 1 min read, 326 words

pgsql_tweaks 0.10.1 released

pgsql_tweaks is a bundle of functions and views for PostgreSQL...
Published on October 18, 2022 | 0 min read, 90 words

Learning PostgreSQL

There are tons of blogs about PostgreSQL available on the web, including this one. There are some good opportunities, where you can learn PostgreSQL as a developer or DBA, bu...
Published on October 04, 2022 | 2 min read, 525 words

PostgreSQL JSON versus JSONB

HistoryPostgreSQL supports two types of JSON implementations: JSON and JSONB. The first implementation of JSON has been released in PostgreSQL 9.2 in...
Published on September 12, 2022 | 5 min read, 990 words

PostgreSQL Configuration

The amount of configuration parameters have grown a lot since when I started using PostgreSQL. With PostgeSQL 14, the current version at ...
Published on September 05, 2022 | 4 min read, 801 words

PostgreSQL On Kubernetes Experiences

The current hype is to put PostgreSQL databases into Kubernetes. Obviously it is adding another l...
Published on August 29, 2022 | 8 min read, 1565 words

pgsql_tweaks 0.10.0 released

pgsql_tweaks is a bundle of functions and views for PostgreSQL...
Published on August 15, 2022 | 1 min read, 201 words

PostgreSQL Foreign Data Wrapper for SPARQL released

sparql_fdw ReleasedThe sparql_fdw is a foreign data wrapper to connec...
Published on August 05, 2022 | 0 min read, 173 words

PostgreSQL Foreign Data Wrapper for Apache Cassandra released

cassandra2_fdw ReleasedThe cassandra2_fdw is a foreign data wrapper</...
Published on July 31, 2022 | 1 min read, 200 words