Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 1 Stunde 44 Minuten

Jagadeesh Panuganti: Data Navigation with PostgreSQL Cursors – Part III

7. März 2024 - 8:59

Welcome back to our series on PostgreSQL Cursors. As we continue exploring PostgreSQL Cursors, including Scrollable and Non-Scrollable Cursors, we’re now focusing on With-Hold Cursors in this article. With-Hold Cursors in PostgreSQL provide a crucial mechanism for managing data, enabling users to maintain query result sets even beyond transaction commitments. Data Navigation with PostgreSQL Cursors. […]

Andrew Atkinson: Rails + Postgres Postgres.FM 086 — Extended blog post edition! 🎙️

7. März 2024 - 1:00

I recently joined Michael and Nikolay as a guest on a favorite podcast of mine, postgres.fm, which has been a favorite going back to when it started in August 2022. Why’s that?

Why I like the postgres.fm podcast

As a weekly-release podcast covering PostgreSQL for nearly 100 episodes, Michael and Nikolay have covered a lot of ground! All of the episodes have great content, covering a nice level of depth, in a short amount of time. Each host brings their unique perspective.

David Z: Setting up a debugging environment in PostgreSQL to better understand OpenSSL APIs

6. März 2024 - 23:29
1. Overview

In my previous blog, I discussed how to enhance PostgreSQL TLS security with OCSP Stapling. In this blog, I will share a simple procedure for setting up a gdb debugging environment to dive into TLS connections and gain a better understanding of the OpenSSL APIs used in PostgreSQL.

Ryan Booz: PGSQL Phriday #016

6. März 2024 - 17:03

Invitation from Ryan Booz

Many of the PostgreSQL newbies that I’ve engaged with lately are coming from other databases often because of company priorities to start adopting Postgres and migrating projects. Inevitably, one of the first things they want to learn once data starts flowing is how to tune queries. They typically have a lot of experience doing this type of work previously, just not with Postgres.

Goutham Reddy Banala: Exploring JSONB in PostgreSQL

6. März 2024 - 14:25

PostgreSQL is a powerful Open-Source database management system and a migration target for Unstructured databases like MongoDB. as well as Relational databases like Oracle and SQL Server. One of the feature supporting the transition from MongoDB to PostgreSQL is its support for JSONB (Binary JSON). JSONB is a data type that allows efficient storage, indexing, […]

The post Exploring JSONB in PostgreSQL appeared first on HexaCluster.

Elizabeth Garrett Christensen: Connecting QGIS to Postgres and PostGIS

6. März 2024 - 14:00

QGIS, the Quantum Geographic Information System, is an open-source graphical user interface for map making. QGIS works with a wide variety of file types and has robust support for integrating with Postgres and PostGIS. Today I just wanted to step through getting QGIS connected to a Postgres database and the basic operations that let you connect the two systems.

Regina Obe: PostgreSQL Mistakes and How To Avoid them

5. März 2024 - 18:43

The adoption of PostgreSQL is growing each year. Many people coming to PostgreSQL are often coming from other relational databases, with assumptions of how relational databases work. Although PostgreSQL may feel very familiar to these people, it is different enough to cause some misunderstandings which lead to bad and slow queries. There are also people coming often from only programming backgrounds, who assume data processing in SQL is much like data processing in any language.

Pavlo Golub: How to use PostgreSQL for (military) geoanalytics tasks by Taras Klioba

5. März 2024 - 14:00

During the PGConf.EU 2023, my friend, colleague, and PostgreSQL Ukraine co-founder Taras Klioba delved into the fascinating intersection of geospatial analysis and modern warfare.

Pavel Stehule: How fast is plpgsql?

5. März 2024 - 12:33

Ten years ago I did some speed tests of plpgsql. I did same tests on same computer, and now, the plpgsql is about 3-4 times faster. There is still significant overhead against native (without plpgsql function) query, but it is reduced (little bit). I would to compare again with Python

Deepak Mahto: Why I Love psql – PostgreSQL Terminal.

5. März 2024 - 8:00

At PGConf India 2024, I delivered a lightning talk expressing my fondness for the psql terminal. During the presentation, I shared various tips and tricks that I personally cherish. The talk was well-received, particularly among those new to PostgreSQL, as they were pleasantly surprised by the insights and information shared.

David Wheeler: State of the Extension Ecosystem

4. März 2024 - 19:50

A quick reminder that I’ll be giving a brief talk on the “State of the Extension Ecosystem” on Wednesday at noon US Eastern / 17:00 UTC. This talk is the first in a series of community talks and discussions on the postgres extension ecosystem leading up to the Extension Ecosystem Summit at pgconf.dev on May 28.

Sai Srirampur: Comparing Postgres Managed Services: AWS, Azure, GCP and Supabase

4. März 2024 - 18:24
At PeerDB, we are building a fast and a cost-effective way to replicate data from Postgres to Data Warehouses such as Snowflake, BigQuery, ClickHouse, Postgres and so on. All our customers run Postgres at the heart of the data stack, running fully ma...

Jan Karremans: Open source key areas for digital autonomy

4. März 2024 - 17:00
How PostgreSQL is destined to make a difference at a European level Why

And not just “Why”, but also how.

How do you bring free and open source initiatives and something as regulated as the European Union? Both of these questions triggered me to accept the invitation to travel to Brussels and participate in this day of workshops.

Francesco Tisiot: From dbf to PostgreSQL with Python

4. März 2024 - 16:00

Some time ago I found an interesting database file suffix I never faced before: the .dbf and saw aroung that it was first introduced in 1983 with dBASE II. This article showcases how we can automatically generate the PostgreSQL table and fill it with data using Python and dbfread.

Sergey Pronin: Percona Operator for PostgreSQL is Red Hat OpenShift Certified

4. März 2024 - 15:02
Percona Operator for PostgreSQL is now Red Hat OpenShift certified. You can now use Percona Operator for PostgreSQL to deploy and manage highly available PostgreSQL clusters on OpenShift. Certification guarantees that our Operator meets standards for interoperability, security, and life cycle management when deployed on Red Hat OpenShift. It is fully supported by Red Hat’s […]

Andreas 'ads' Scherbaum: Divya Sharma

4. März 2024 - 15:00
PostgreSQL Person of the Week Interview with Divya Sharma: I am originally from India, but based in Dublin,Ireland for the past 8 years. I hold a Bachelor’s degree in Computer Science Engineering from TU, Dublin. I moved to Dublin after getting a scholarship to finish my final year of engineering in Ireland. After finishing the course, I got a job offer from AWS as a support engineer (in 2017). I have been working with PostgreSQL since then, and now I am working as a Sr. RDS PostgreSQL SA at AWS.

Pavel Stehule: using jq for processing PostgreSQL logs in json format

4. März 2024 - 8:32

PostgreSQL supports logging in json format. From my perspective json logs are badly readable, but allows machine processing, and with good tools, it is beautifully simple.

There are more tools for json processing - I use jq.

For simple analyze of errors in log, I can use sequence of commands:

Jeremy Schneider: Postgres Indexes, Partitioning and LWLock:LockManager Scalability

4. März 2024 - 2:44

I have decided that – in Postgres circles – I shall henceforth refer to 2023 as THE YEAR OF THE LOCK MANAGER’S REVENGE.

Let me explain.

Gabriele Bartolini: CloudNativePG Recipe 1 - Setting up your local playground in minutes

3. März 2024 - 1:00

Dive into the world of running PostgreSQL in Kubernetes with CloudNativePG in this inaugural guide. Follow along as we walk you through the process of setting up a disposable local cluster using kind. Gain insights into creating PostgreSQL clusters, installing CloudNativePG, and leveraging the cnpg plugin for kubectl. Wrap up your journey by tidying up your local cluster.

Claire Giordano: What’s in a name? Hello POSETTE: An Event for Postgres 2024

1. März 2024 - 21:58

When I think about naming something—like a feature or product or even an event—this quote always comes to mind.

What’s in a name? That which we call a rose
By any other name would smell as sweet;

–William Shakespeare

What’s in a name, after all? I’m no expert on Romeo and Juliet, but friends tell me Shakespeare’s point was that names don’t matter. The thing itself is the thing itself, regardless of the name.

Seiten