Database Administration & Monitoring, Database management, Development & Performance Improve your development experience in PostgreSQL’s PL/pgSQL by using plpgsql_check 09.12.2022 by Daniel Westermann In the last post we’ve highlighted some tips when developing functions and/or procedures in PostgreSQL’s PL/pgSQL. Especially the Compile-Time and Run-Time checks can save you a lot of work and give you important hints while developing(…)
Database Administration & Monitoring, Database management, Development & Performance Some tips when developing in PostgreSQL’s PL/pgSQL 06.12.2022 by Daniel Westermann When you develop functions or procedures in PostgreSQL’s PL/pgSQL there are some points to consider, which make your life easier. This post is not about control structures, nor(…)
Database Administration & Monitoring PostgreSQL 16: More flexibility for vacuum and analyze 30.11.2022 by Daniel Westermann Update 14-Dec-2022: Please see this post, the content here is not anymore up to date. While PostgreSQL 15.1 was released some weeks ago PostgreSQL 16 is already under active development. Two(…)
Application integration & Middleware, Database Administration & Monitoring, OMrun An introduction to OMrun – 2 – Working with parameters 22.11.2022 by Daniel Westermann In the last post we compared the list of databases in the same PostgreSQL cluster using OMrun. The setup for this was pretty simple: We’ve defined the environment using the PostgreSQL Data Adapter and created the(…)
Application integration & Middleware, Database Administration & Monitoring, OMrun An introduction to OMrun – 1 – A simple data comparison with the PostgreSQL Adapter 21.11.2022 by Daniel Westermann With the integration of OMIS into dbi services we also got a new product: OMrun. OMrun is all about data, especially comparing, validating and anonymizing data from various sources against various targets.
Database Administration & Monitoring PostgreSQL: Dropping a table automatically if another table is dropped 06.11.2022 by Daniel Westermann Imagine the following use case: You have a table t1, and based on it’s contents you create another table t2. What you want to achieve is: If table t1 gets dropped, you want to have table t2 to be dropped(…)
Database Administration & Monitoring 2022.pgconf.eu, what a blast 27.10.2022 by Daniel Westermann 2022.pgconf.eu is currently happening in Berlin. We have a record number of 600 attendees, this makes it the largest ever PostgreSQL Conference Europe and we’re hitting the hard limits of the venue.
Database Administration & Monitoring, Database management Meson vs. make: PostgreSQL build and test times 19.10.2022 by Daniel Westermann In the last post we’ve looked into how you can build PostgreSQL with Meson instead of the traditional way using configure/make. The reason for this was a thread(…)
Database Administration & Monitoring, Database management Building PostgreSQL with Meson 18.10.2022 by Daniel Westermann Last year, around this time, there started a thread on hackers which was about building PostgreSQL with meson. I didn’t know anything about Meson at this time, and don’t know much more(…)
Database Administration & Monitoring, Database management PostgreSQL from packages on NetBSD 11.10.2022 by Daniel Westermann The last flavor of BSD we’ll look at is NetBSD. We already had FreeBSD (here and here) and OpenBSD (here and(…)