https://store-images.s-microsoft.com/image/apps.1195.5a52d29d-a5ff-4f7e-897d-dc74bb57180a.99dc4047-14f5-4784-82f4-3280cbabd170.4a862f92-17ad-42a5-91c2-136aa5419c45
PostgreSQL on RHEL9
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL on RHEL9
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL on RHEL9
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL is a powerful, open-source object-relational database system with over 35 years of active development.
PostgreSQL on RHEL9
Version:
We have three PostgreSQL versions available:PostgreSQL 14 (Long-Term Support),PostgreSQL 16 (Current Stable Release),PostgreSQL 17 (Latest Version)
How to use:
To manage PostgreSQL services, use these systemctl commands:
systemctl start/stop/status/restart postgresql-[version]
For example: systemctl status postgresql-16
To access the database:
First switch to the postgres user with: su - postgres
Then connect using: psql
Required Port:
tcp:5432 (default PostgreSQL port)
All versions are actively maintained and include regular security updates. PostgreSQL 14 is recommended for production environments requiring long-term stability, while PostgreSQL 17 offers the latest features and optimizations.