Database Administration & Monitoring Is adding a column to a typed table in PostgreSQL instant? 14.06.2018 by Daniel Westermann Today at the SOUG Day I did some little demos and one of them was about creating typed tables. In the demo the two tables did not contain any rows and one of the(…)
Database Administration & Monitoring Do you need the same column with the same check constraint twice? Create a domain! 08.06.2018 by Daniel Westermann Did you know that you can create domains in PostgreSQL? No, nothing to worry about. We'll take Frank's leave for a new opportunity as a chance to introduce the concept of domains. @Franck: Yes, although we(…)
Database Administration & Monitoring How to compile PostgreSQL 11 with support for JIT compilation on RHEL/CentOS 7 06.06.2018 by Daniel Westermann As you might already know PostgreSQL 11 will bring support for just-in-time compilation. When you want to compile PostgreSQL 11 with jit support on RedHat/CentOS 7 this requires a little hack (more on the reason below). In(…)
Database Administration & Monitoring PostgreSQL 11: Instant add column with a non null default value 05.06.2018 by Daniel Westermann As I am currently preparing my session for the Swiss PGDay which is about some of the new features for PostgreSQL 11, I though this one is worth a blog post as well. Up to PostgreSQL 10(…)
Database Administration & Monitoring EDB Failover Manager in EDB containers in Minishift/OpenShift – Failovers 29.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. In the last post we had a look at the basic configuration of EDB EFM and confirmed that(…)
Database Administration & Monitoring EDB Failover Manager in EDB containers in Minishift/OpenShift 28.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. In the last three posts we deployed an EDB database container and two pgpool instances,(…)
Database Administration & Monitoring Customizing PostgreSQL parameters in EDB containers in MiniShift/OpenShift 18.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. In the last two posts we deployed an EDB database container and two pgpool instances and then(…)
Database Administration & Monitoring Scaling the EDB containers in MiniShift/OpenShift 18.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. When you followed the last post you should have two pgpool instances and one EDB Postgres instance running(…)
Database Administration & Monitoring Deploying EDB containers in MiniShift/OpenShift 11.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. In this post we'll look at how we can deploy EnterpriseDB containers in MiniShift. When you need to(…)
Database Administration & Monitoring Deploying PostgreSQL in MiniShift/OpenShift 26.04.2018 by Daniel Westermann The last post quickly outlined on how you can setup MiniShift for playing around with OpenShift on your workstation. In this post we'll setup PostgreSQL in MiniShift using the default PostgreSQL image that already comes with MiniShift.