Pavlo Golub is hosting this month’s PGSQL Phriday. The topic is “PostgreSQL Events”.
Pavlo Golub is hosting this month’s PGSQL Phriday. The topic is “PostgreSQL Events”.
The topic for this month’s PGSQL Phriday blogging challenge is: pg_stat_statement. And Michael Christofides gave me a perfect opener in his invitation.
For anyone who doesn’t know, I’m running a weekly interview series with people from the PostgreSQL community. It’s called “PostgreSQL Person of the Week”. One of the questions in the default set I give everyone is:
This month’s #PGSQLPhriday is hosted by Lætita Avrot, and she asks about triggers.
History time. Shortly after I started using PostgreSQL, I had a need to track changes in tables. Back then - this was the early version 7.x days - there was no such option available. I set out to write a tool for it. The logical choice to do that was to pick triggers to implement this. Today the world is different, PostgreSQL gained replication, and along with this, one can hook tools into the replication and stream all the changes. Back then there was no replication.
For this month’s #PGSQLPhriday, Grant Fritchey asks: What is the one thing you wish you knew while you learn PostgreSQL.
Someone at FOSDEM 2023 asked the question: “What happens when PostgreSQL rolls over the version number to 95? Will this cause problems like back then in Windows?”
What does that even mean? When Microsoft released the version after Windows 98, they opted for naming it Windows 10, not Windows 9. Because apparently a lot of code out there checks if the string starts with “Windows 9” and then assumes that the OS is one of the very old ones. This might not be the only such problem, as another blog article by Microsoft shows. Apparently they used “3.95” for the Windows 95 internal version, because lazy programmers.
Ryan Lambert asks in this month’s PGSQL Phriday:
Henrietta Dombrovskaya asks about Software Development and PostgreSQL. That’s a very broad topic.
Not being a big developer for myself, and only occasionally submitting patches here and there, I nevertheless have a vast amount of data available on the topic: the “PostgreSQL Person of the Week” interviews! There are a few questions in the interviews which relate to this topic:
Pat Wright is running this month’s #PGSQLPhriday, and the topic is “What is the PostgreSQL Community to you?”
The answer for me is very versatile, and covers quite a lot. Took me a moment to gather the facets, and likely I’m still missing some parts.
The PostgreSQL community for me is friends, databases, events, learning, speaking, teaching, writing, and much more.
Last week for “PGSQL Phriday” I posted the following task:
Describe how you do backups for your PostgreSQL databases.
And I added a bonus question: Is pg_dump
a backup tool?
Thanks to Ryan Booz we now have the #PGSQLPhriday blogging series. The second edition is about backups. And of course also about restore.