Repository: incubator-hawq-docs Updated Branches: refs/heads/develop 57e1325f1 -> bec5e3e18
misc doc updates clarifying APIs Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/bec5e3e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/bec5e3e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/bec5e3e1 Branch: refs/heads/develop Commit: bec5e3e1855bed4f0f8a5ef2a41b94c3c92f17fc Parents: 57e1325 Author: Lisa Owen <[email protected]> Authored: Fri Aug 26 16:59:00 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Fri Aug 26 16:59:00 2016 -0700 ---------------------------------------------------------------------- .../g-database-application-interfaces.html.md.erb | 15 +++------------ .../g-supported-client-applications.html.md.erb | 2 +- .../source/subnavs/apache-hawq-nav.erb | 2 +- 3 files changed, 5 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/bec5e3e1/clientaccess/g-database-application-interfaces.html.md.erb ---------------------------------------------------------------------- diff --git a/clientaccess/g-database-application-interfaces.html.md.erb b/clientaccess/g-database-application-interfaces.html.md.erb index cd9673b..6694f65 100644 --- a/clientaccess/g-database-application-interfaces.html.md.erb +++ b/clientaccess/g-database-application-interfaces.html.md.erb @@ -1,17 +1,8 @@ --- -title: Database Application Interfaces +title: ODBC/JDBC Application Interfaces --- -You may want to develop your own client applications that interface to HAWQ. PostgreSQL provides a number of database drivers for the most commonly used database application programming interfaces \(APIs\), which can also be used with HAWQ. These drivers are available as a separate download. Each driver is an independent PostgreSQL development project and must be downloaded, installed and configured to connect to HAWQ. The following drivers are available: -|API|PostgreSQL Driver|Download Link| -|---|-----------------|-------------| -|ODBC|pgodbc|Available on [Pivotal Network](https://network.pivotal.io/products/pivotal-hdb#/releases/1503/file_groups/230).| -|JDBC|pgjdbc|Available on [Pivotal Network](https://network.pivotal.io/products/pivotal-hdb#/releases/1503/file_groups/230).| -|Perl DBI|pgperl|[http://search.cpan.org/dist/DBD-Pg/](http://search.cpan.org/dist/DBD-Pg/)| -|Python DBI|pygresql|[http://www.pygresql.org/](http://www.pygresql.org/)| +You may want to deploy your existing Business Intelligence (BI) or Analytics applications with HAWQ. The most commonly used database application programming interfaces with HAWQ are the ODBC and JDBC APIs. -General instructions for accessing a HAWQ with an API are: - -1. Download your programming language platform and respective API from the appropriate source. For example, you can get the Java Development Kit \(JDK\) and JDBC API from Sun. -2. Write your client application according to the API specifications. When programming your application, be aware of the SQL support in HAWQ so you do not include any unsupported SQL syntax. +ODBC/JDBC drivers are available as a separate download via Pivotal Network [Pivotal Network](https://network.pivotal.io/products/pivotal-hdb). http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/bec5e3e1/clientaccess/g-supported-client-applications.html.md.erb ---------------------------------------------------------------------- diff --git a/clientaccess/g-supported-client-applications.html.md.erb b/clientaccess/g-supported-client-applications.html.md.erb index c2e4a8f..c367b1d 100644 --- a/clientaccess/g-supported-client-applications.html.md.erb +++ b/clientaccess/g-supported-client-applications.html.md.erb @@ -5,4 +5,4 @@ title: Supported Client Applications Users can connect to HAWQ using various client applications: - A number of [HAWQ Client Applications](g-greenplum-database-client-applications.html) are provided with your HAWQ installation. The `psql` client application provides an interactive command-line interface to HAWQ. -- Using standard [Database Application Interfaces](g-database-application-interfaces.html), such as ODBC and JDBC, users can create their own client applications that interface to HAWQ. Because HAWQ is based on PostgreSQL, it uses the standard PostgreSQL database drivers. +- Using standard ODBC/JDBC Application Interfaces, such as ODBC and JDBC, users can connect their client applications to HAWQ. http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/bec5e3e1/hawq-book/master_middleman/source/subnavs/apache-hawq-nav.erb ---------------------------------------------------------------------- diff --git a/hawq-book/master_middleman/source/subnavs/apache-hawq-nav.erb b/hawq-book/master_middleman/source/subnavs/apache-hawq-nav.erb index 6d0be43..29ec8c2 100644 --- a/hawq-book/master_middleman/source/subnavs/apache-hawq-nav.erb +++ b/hawq-book/master_middleman/source/subnavs/apache-hawq-nav.erb @@ -172,7 +172,7 @@ <a href="/20/clientaccess/g-connecting-with-psql.html">Connecting with psql</a> </li> <li> - <a href="/20/clientaccess/g-database-application-interfaces.html">Database Application Interfaces</a> + <a href="/20/clientaccess/g-database-application-interfaces.html">ODBC/JDBC Application Interfaces</a> </li> <li> <a href="/20/clientaccess/g-troubleshooting-connection-problems.html">Troubleshooting Connection Problems</a>
