
Connectivity Tools
1
Greenplum Database 4.3 Connectivity Tools for
Windows
Rev: A07
Updated: February, 2017
Overview
Greenplum provides database drivers and a C API for connecting to Greenplum Database. In this version
4.3 distribution, the following connectivity tools are provided for Windows. See the Greenplum Database
Release Notes for the list of currently supported platforms for the Connectivity Tools.
• psqlODBC
• PostgreSQL JDBC Interface
• libpq
Note: If your Java application connects to Greenplum Database with Kerberos authentication, see
Configuring a Client System for Kerberos Authentication.
psqlODBC
psqlODBC is the official PostgreSQL ODBC Driver. The driver is currently maintained by a number of
contributors to the PostgreSQL project at http://pgfoundry.org/projects/psqlodbc. It is developed and
supported through the pgsql-odbc@postgresql.org mailing list. psqlODBC is released under the Library
General Public Licence, or LGPL.
PostgreSQL JDBC Interface
The PostgreSQL JDB interface is the official PostgreSQL JDBC driver. The driver is currently maintained
by a number of contributors to the PostgreSQL project at http://jdbc.postgresql.org. JDBC is a core API
of Java 1.1 and later. It provides a standard set of interfaces to SQL-compliant databases. PostgreSQL
provides a type 4 JDBC driver. Type 4 indicates that the driver is written in Pure Java, and communicates
in the database system's own network protocol. Because of this, the driver is platform independent; once
compiled, the driver can be used on any system. The PostgreSQL JDBC Interface has not been modified
from the original PostgreSQL distribution.
libpq
libpq is the C application programmer's interface (API) to PostgreSQL (and Greenplum Database).
libpq is a set of library functions that allow client programs to pass queries to the PostgreSQL backend
server and to receive the results of these queries.
For more information on using libpq, see libpq - C Library in the PostgreSQL documentation.
Running the Connectivity Tools Installer
You can choose to install all connectivity tools or a subset. After installing, some connectivity tools require
additional installation or configuration steps.
评论