tag: Postgresql

Articles tagged Postgresql

Unnest with Postgresql

Wrangle nested composite type arrays into something more elegant to work with, unnest to the rescue.

Postgresql Complex (Composite) Types

In this example we will show how to create and use custom types for columns within postgresql tables and be able to create an array of custom...

Replication with Postgresql

Add redundancy to your data and at the same time enable higher performance of read-only queries by leveraging the incredible power and...