PostgreSQL

By PostgreSQL

Re-claim Profile

Unlock access to PostgreSQL profile for Free

Your G2 page is often the first place buyers evaluate you. Take control of how your brand shows up

WHAT YOU UNLOCK

Control your profile

Update logo, screenshots, pricing info

Engage with customers

Respond to reviews, build trust with prospects

See buyer activity

Track who’s viewing, understand engagement

Collect reviews

Create landing page and collect reviews

Sellers who actively manage their G2 profile build more trust and convert more buyers

4.4 out of 5 stars

How would you rate your experience with PostgreSQL?

Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

PostgreSQL Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

9 months

PostgreSQL Media

PostgreSQL Demo - PostgreSQL
PostgreSQL
Product Avatar Image

Have you used PostgreSQL before?

Answer a few questions to help the PostgreSQL community

PostgreSQL Reviews (671)

View 2 Video Reviews
Reviews

PostgreSQL Reviews (671)

View 2 Video Reviews
4.4
671 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise PostgreSQL for its reliability and advanced features, making it a preferred choice for both small and large projects. The open-source nature and strong community support enhance its flexibility, allowing for extensive customization and integration. However, some users note that it can be complex for beginners, particularly regarding performance tuning and configuration.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
FB
CTO
Information Technology and Services
Small-Business (50 or fewer emp.)
"Enterprise-grade open source RDBMS with extension"
What do you like best about PostgreSQL?

Probably the best open source SQL solution, universal use due to the possibility of installing extensions. Easy administration and High availability in combination with patroni and etcd. Commercial support by some companies.

Useful extensions:

PostGIS : geography data

TimescaleDB: time series data with automatic partitions, automatic aggregation and deletion

Several options for HA.

Several options for backup and recovery, i personally user Barman (pgbarman.org)

Easy of deployment with containers (Docker, podman, Kubernetes). Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Does not support automatic creation of partitions. For automatic partition it is possible to use triggers and PL/pgSQL, extension pg_partman (you have to do manually while locking the database tables) a my preferred way timescaleDB extension and hypertables. Review collected by and hosted on G2.com.

MC
Director KPMG
Information Technology and Services
Mid-Market (51-1000 emp.)
"Secure, Powerful and Open-source database management system"
What do you like best about PostgreSQL?

PostgreSQL is a powerful open-source object-relational database management system. It is one of the highly used databases across different organizations worldwide. It can run all operating systems and manage data held in relational databases. It provides support for a variety of data such as images, text, video, audio, and more. It is very easy to learn for new developers as it supports all SQL features and we can add extensions to enable additional functions.

A user can work with PostgreSQL either through the CLI interface or through the pgAdmin desktop application. Once you enter the credentials to connect pgAdmin app with the database all the queries and operations will be in sync with the CLI interface as well. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

The only drawback I found using PostgreSQL is that the initial setup is a bit challenging. Sometimes it creates difficulties in creating new users for PostgreSQL and setting up credentials to log in to the database. If this could be made easy it will really help and save us a lot of hours of configuration time. Review collected by and hosted on G2.com.

Jainesh K.
JK
Senior Software Engineer
Mid-Market (51-1000 emp.)
"An opensource and reliable DB with essential functionalities"
What do you like best about PostgreSQL?

- It's open-source which means without paying a penny we can leverage a variety of database features with regular improvements and bug fixes provided by community members.

- It's a scalable database that can be used for a variety of applications.

-Its JSONB support makes It easier to work with JSON types and we can work on relational as well as non-relational data on the same system.

- Full text search feature is also provided by PostgreSQL which can help in a variety of applications. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

- There are some opensource apps that might not support PostgreSQL but MySQL because It is not owned by a single entity and hence lacks the recognition It deserve.

- Might not be a good solution for the shared dataset as there is no out of the box approach available for it in PostgreSQL.

- It might have a steep learning curve for beginners. Review collected by and hosted on G2.com.

Kaustubh K.
KK
Devops Engineer
Computer Software
Mid-Market (51-1000 emp.)
"Great services and simple db to use"
What do you like best about PostgreSQL?

PostgreSQL is open source database management solution. For SQL queries, it supports both SQL and JSON. Also we can use complex data types and performance optimisation tools that we would normally only find in pricey commercial databases. And as per the develoeprs view we can create custom data types , functions and all and if configured correctly , we can perform complex data operation , recursive queries and many more. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

If we talk. About the speed then mysql is works beeter in that but PostgreSQL works more on compatibility. And also just one thing that many open source application support needs to be given in PostgreSQL.to add this just one thing if it is not configured correctly , it can give issues while optimisation. Review collected by and hosted on G2.com.

Deepak o.
DO
Software Engineer
Mid-Market (51-1000 emp.)
"powerful object-relational database: PostgreSQL"
What do you like best about PostgreSQL?

1- its perfomance is awesome.

2- its response time analysis of query

3- its features like indexing to optimse your query.

4- its easy to use

5- its beginner friendly Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

1- resource intensive and sometimes it lags

2-once the data is lost then it becomes diffucult and complex to back it

3- when i started working with it i found its setup and configuration is little bit difficult. Review collected by and hosted on G2.com.

Dinesh S.
DS
Team leader
Information Technology and Services
Small-Business (50 or fewer emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Postgre SQL Review"
What do you like best about PostgreSQL?

Postgre is a database where we have execllent features in wrinting the complex sql queries and easy connection of databases by database integration.The application installation and implementation is easy and the saved data and query does not erase whcih makes way to execute the query often. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

The table result set displays only for certain number of rows as it has some limitations.We need to export data everytime to view larger set of results. Review collected by and hosted on G2.com.

Nagesh C.
NC
Software Engineering Lead
Small-Business (50 or fewer emp.)
"Free and open-source RDBMS with extensibility and SQL compliance"
What do you like best about PostgreSQL?

PostgreSQL comes with all the existing features of an RDBMS as well as additional extensibility of replicating programming data types likes Arrays, Enumerated & Binary Data etc. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Postgres is not owned by any organization. So, it has had trouble getting its name out there despite being fully featured and comparable to other DBMS systems. Review collected by and hosted on G2.com.

Piyush G.
PG
Programmer Analyst
Enterprise (> 1000 emp.)
"Best Cloud DB."
What do you like best about PostgreSQL?

The best part about PostgreSQL is it is very easy to use in comparison with other SQL Databases.I use Aurora PostgreSQL which is cloud DB provided by AWS. It is very much powerful and the query response time is blazingly fast. Like it can fetch millions of records in seconds only. As a backend nodejs developers I heavily use it by integrating it with the pg node module or dependency. It very easy to setup as it provides pool and client connection object to be attached. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

It can be a little complicated for someone who is new to SQL Database or for begginers because of it's deep learning Curve. But there are so many resources and it's official documentation that helps a lot to start. Review collected by and hosted on G2.com.

Dhanush R.
DR
Customer Success Engineer
Mid-Market (51-1000 emp.)
"Postgres user friendly RDBMS"
What do you like best about PostgreSQL?

Postgres is opensource, it supprts scalability, role based access to it also one of the major factor, where people like using it.Even for secure access it provides SSL authentication. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

It's bit hard to setup, no user friendly GUI tools like, SQL developer for oracle. I see there is some GUI tool called PgAdmin which I use, which is not that of user friendly like other RDBMS DB's Review collected by and hosted on G2.com.

Shivam M.
SM
Product Evangelist
Mid-Market (51-1000 emp.)
"Review on Postgres"
What do you like best about PostgreSQL?

Postgrest provied very easy to use interface which is very easy to implement as well because of which users preffer to use it frequently and it has n numbers of features which makes it easy to integrate with multiple sowtwares and it has good customer support as well which increase its creadiblity in market. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Postgres is bit slow than MySql and if we delete any records from table then it is not auto vaccume and reindex because of which table size and database size is not reduced which reduces its performace some times. Review collected by and hosted on G2.com.

Questions about PostgreSQL? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

GU
Guest User
Last activity over 1 year ago

What is PostgreSQL used for?

Jay P.
JP
Jay Padhya
Last activity almost 6 years ago

Can we get some video tutorials on usage? Also how do we connect them over cloud ?

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

9 months

Average Discount

11%

PostgreSQL Comparisons
Product Avatar Image
MySQL
Compare Now
Product Avatar Image
MariaDB
Compare Now
Product Avatar Image
Oracle Database
Compare Now
PostgreSQL Features
Storage
Availability
Stability
Data Types
Operating Systems
Database Locking
Access Control
Data Concurrency
Advanced Indexing
Product Avatar Image
PostgreSQL