postgres odbcpostgres odbc
2.1.2 - Citizenship and Japanese American Incarceration
The Asian American Education Project
This lesson was produced as part of the New York City Department of Education's Hidden Voices curriculum. Content was created by The Asian American Education Project and this version is owned by The Asian American Education Project. As such, users agree to attribute work to The Asian American Education Project.

Postgres Odbc Link

Then configure /etc/odbc.ini :

In the modern data ecosystem, applications and tools speak many different "database languages." While PostgreSQL has its own powerful native protocol (libpq), many legacy systems, desktop applications, and enterprise reporting tools rely on a universal standard: ODBC (Open Database Connectivity) .

[PostgreSQLTest] Description = Test PostgreSQL connection Driver = PostgreSQL Unicode Server = 127.0.0.1 Port = 5432 Database = mydb Username = myuser Password = mypass And /etc/odbcinst.ini :