It's been two months since this profile received a new review
Leave a Review
Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

ODBC driver for PostgreSQL Reviews & Product Details

Profile Status

This profile is currently managed by ODBC driver for PostgreSQL but has limited features.

Are you part of the ODBC driver for PostgreSQL team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Pricing

Pricing provided by ODBC driver for PostgreSQL.

Desktop Perpetual

$279.95

Subscription (Desktop)

$139.95
Product Avatar Image

Have you used ODBC driver for PostgreSQL before?

Answer a few questions to help the ODBC driver for PostgreSQL community

ODBC driver for PostgreSQL Reviews (40)

Reviews

ODBC driver for PostgreSQL Reviews (40)

4.4
40 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise the reliability and ease of use of the ODBC driver for PostgreSQL, noting its seamless connectivity across various platforms and applications. Many appreciate its minimal setup requirements and stable performance, which allows for efficient data management. However, some users mention that the initial configuration can be confusing, particularly for those unfamiliar with DSNs.
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Chandru S.
CS
Senior Software Engineer
Enterprise (> 1000 emp.)
"Quick connect with Postgresql and both source and binary format is very useful"
What do you like best about ODBC driver for PostgreSQL?

I am a Windows user, thus we can find the ODBC admin panel to manage the data source. Previously, ODBC Administrator was present in the Control Panel. Now we can find the Administrative Tools folder.I can quickly add new data sources, edit old ones, and delete them.It's incredibly helpful to me as a DBA in PostgreSQL Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

Sometimes I can't index text fields because I get "Invalid field definition 'field'" in the index or relationship definition.

We can alter the mapping of Text fields to SQL_VARCHAR by unchecking the Advanced driver option "Text as LongVarchar" in the Data Type Options. However, it will be limited to the maximum size of a varchar. So it's frustrating sometimes. Review collected by and hosted on G2.com.

Mehul P.
MP
Senior Software Engineer
Computer Software
Enterprise (> 1000 emp.)
"Seamless Connectivity The ODBC Driver for PostgreSQL in Action"
What do you like best about ODBC driver for PostgreSQL?

What do I like best about the ODBC driver for PostgreSQL? It just works, plain and simple.

Setup’s easy, and once it’s connected, it stays solid. No weird bugs, no random disconnects—just smooth performance. I’ve used it with a bunch of apps, and it plays nice every time. Honestly, it’s the kind of thing you don’t have to think about, which is exactly how it should be. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

If I had to pick something I don’t like about the ODBC driver for PostgreSQL, it’d be the documentation—it can feel a bit scattered or overly technical at times. Also, troubleshooting isn’t always straightforward. When something breaks, it takes a bit of digging to figure out what went wrong. Not a dealbreaker, but yeah, could be a bit more user-friendly. Review collected by and hosted on G2.com.

Verified User in Printing
AP
Mid-Market (51-1000 emp.)
"Reliable, never had a problem"
What do you like best about ODBC driver for PostgreSQL?

I have never had an issue when using this. I use it to connect to different databases and is stable for each.

Quite minimal setup.

Queries are quick. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

Documentation about how credentials should be supplied. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business (50 or fewer emp.)
"ODBC Driver for PostgreSQL review"
What do you like best about ODBC driver for PostgreSQL?

What I like best about the ODBC driver for PostgreSQL is its reliability and compatibility across multiple platforms and applications. It seamlessly connects PostgreSQL databases with various reporting tools, analytics platforms, and custom applications without requiring extensive configuration. The driver is well-documented, supports a wide range of SQL functions, and offers robust performance even with large datasets. I also appreciate that it stays up-to-date with PostgreSQL’s latest features and is regularly maintained by the community. Overall, it makes integration efficient and hassle-free for both developers and data analysts. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

One thing I dislike about the ODBC driver for PostgreSQL is that initial setup and configuration can be confusing, especially for users who are not very familiar with DSNs or connection strings. The error messages are sometimes vague or not very descriptive, making troubleshooting harder than it should be. Review collected by and hosted on G2.com.

Anup J.
AJ
Machine Learning Engineer
Mid-Market (51-1000 emp.)
"The Best Common language db driver for postgres"
What do you like best about ODBC driver for PostgreSQL?

The single most useful thing about ODBC driver is their ability to use the same driver for multiple languages. We have a bunch of app running in Python, Java and JS. Initially our app in Java used a JDBC driver, which only partially works in other languages. While using the same db for other languages, we migrated to the odbc option which had much better connectivity to other languages. It also had support for other programming paradigms which JDBC is exclusively an OOP mechanism Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

Its a little tricky to install and even tricker to configure. The configuration setup is unintuitive and unhelpful in case of error, You can't combine the config file with config from code(not easily anyway) and that makes a mess while sharing across environments Review collected by and hosted on G2.com.

Sai C.
SC
Junior Full stack software developer
Small-Business (50 or fewer emp.)
"Using the ODBC Driver for PostgreSQL in a C# .NET core Application"
What do you like best about ODBC driver for PostgreSQL?

.NET Core is designed to be cross-platform, allowing me to develop applications that run on Windows, Linux, and macOS. The ODBC driver for PostgreSQL aligns well with this because it also supports multiple operating systems, ensuring my .NET Core applications can connect to PostgreSQL databases regardless of the underlying OS.

The ODBC driver provides a standardized way to connect to PostgreSQL, which fits into the .NET Core application we are building in our company through the "System.Data.Odbc" namespace. This means we can leverage a single codebase to access various databases, including PostgreSQL, without needing database-specific code. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

ODBC introduces an additional layer of abstraction, which can lead to performance overhead compared to using native drivers like Npgsql for PostgreSQL in .NET Core applications. This can result in slower query execution times and increased resource consumption.

Error messages from ODBC can sometimes be less informative or harder to debug compared to native drivers. This make troubleshooting more challenging and frustating , particularly when dealing with complex queries.

This are two major issue we in the company are facing and planning to migrate to npgsql in future Review collected by and hosted on G2.com.

Deepak Kumar N.
DN
Campus Ambassador || Business Developer Intern
Mid-Market (51-1000 emp.)
"It works as universal translator for apps and db"
What do you like best about ODBC driver for PostgreSQL?

Best thing I like about it is that it's a universal translator for apps and databases bcz no more wrestling with incompatible systems. I means it works everywhere (windows,Linux macOS). It can handle non-english characters without drama. It provides speedy connections even with big datasets. If you need postgreSQL to play nice with anything then this driver is like a silent hero. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

Setting it up can feel a tad finicky for first-timers (those DSN configurations). It lags occassionally with extremely complex queries compare to native PostgreSQL tools. But honestly, these are tiny trade-offs for how much it simplifies cross -platform our data work! Review collected by and hosted on G2.com.

Otilde R.
OR
Product Designer
Enterprise (> 1000 emp.)
"Enhanced security and protection with more secure options"
What do you like best about ODBC driver for PostgreSQL?

The ODBC driver for PostgreSQL gives you solid and very robust connectivity, so your data can always be there without any problems. The ODBC driver for PostgreSQL works the same on every operating system you use. This driver gives you the highest level of security features that make your data transmission safe and encrypted, at this level unencrypted. PostgreSQL is, in my opinion, the most open-source and secure software around, and my main reason for choosing it over other options is largely due to this. This data sharing in transparency and speed has made our relationships stronger with the partners, leading to more pleasant design feedback cycles. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

There might be a time lag while executing new PostgreSQL features; otherwise, they take some time to be fully supported by the driver. Performance of the system could be a little slow under heavy loads, which may affect the speed of data retrieval. Review collected by and hosted on G2.com.

Anh D.
AD
QA Lead
Small-Business (50 or fewer emp.)
"Use it for projects involving e-commerce."
What do you like best about ODBC driver for PostgreSQL?

Easy to connect to PostgreSQL via ODBC driver, but you have to find the suitable version for your database. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

Actually, I don't find any difficulty when using it for my project Review collected by and hosted on G2.com.

SG
Developer
Mid-Market (51-1000 emp.)
"Best ODBC for Postgre"
What do you like best about ODBC driver for PostgreSQL?

ODBC provides a way to map data types between different database systems, which helps in ensuring that data is correctly interpreted regardless of the underlying database.

With ODBC, developers can switch between different databases with minimal changes to their application code. This flexibility is crucial for applications that may need to support multiple database systems. Review collected by and hosted on G2.com.

What do you dislike about ODBC driver for PostgreSQL?

I installed psqlODBC and when I go to Control Panel -> Data Sources (ODBC) I don't see the Postgres driver installed.

I rebooted, still nothing.

I then noticed that if I launch this control panel applet from the file c:\WINDOWS\system32\odbccp32.cpl the drivers suddenly appear! Review collected by and hosted on G2.com.

People Icons

Start a Discussion about ODBC driver for PostgreSQL

Have a software question? Get answers from real users and experts.

Start a Discussion

Pricing Options

Pricing provided by ODBC driver for PostgreSQL.

Desktop Perpetual

$279.95

Subscription (Desktop)

$139.95

Server Perpetual

$829.95
Product Avatar Image
ODBC driver for PostgreSQL