Compile any version of PostgreSQL on RHEL 9 for local development of smart device applications

Опубликовано: 30 Сентябрь 2024
на канале: computate
53
1

PostgreSQL is the most powerful relational SQL database that exists, and it's open source. It's easy to compile any version of PostgreSQL on your own computer. Why do I install from source? Sometimes you want to compile custom features that aren't available in the system packages or container. But you can install PostgreSQL any way you want. This is just the open source developer way. I'll show you how. We'll run the Ansible Galaxy role to install Postgres from the source.