You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2016/10/19 17:26:35 UTC

[09/10] incubator-hawq-docs git commit: table entries to start with initial caps

table entries to start with initial caps


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/d6e89660
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/d6e89660
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/d6e89660

Branch: refs/heads/develop
Commit: d6e8966025994d156ea7107bf884fffe196d67ed
Parents: 3288da3
Author: Lisa Owen <lo...@pivotal.io>
Authored: Tue Oct 18 17:07:58 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Tue Oct 18 17:07:58 2016 -0700

----------------------------------------------------------------------
 .../g-database-application-interfaces.html.md.erb | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/d6e89660/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 93ef5e8..29e22c5 100644
--- a/clientaccess/g-database-application-interfaces.html.md.erb
+++ b/clientaccess/g-database-application-interfaces.html.md.erb
@@ -27,12 +27,12 @@ Commonly-specified HAWQ ODBC data source connection properties include:
 
 | Property Name                                                    | Value Description                                                                                                                                                                                         |
 |-------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Database | name of the database to which you want to connect |
-| Driver   | full path to the ODBC driver library file                                                                                           |
-| HostName              | HAWQ master host name                                                                                     |
-| MaxLongVarcharSize      | maximum size of columns of type long varchar                                                                                      |
-| Password              | password used to connect to the specified database                                                                                       |
-| PortNumber              | HAWQ master database port number                                                                                       |
+| Database | Name of the database to which you want to connect. |
+| Driver   | Full path to the ODBC driver library file.                                                                                           |
+| HostName              | HAWQ master host name.                                                                                     |
+| MaxLongVarcharSize      | Maximum size of columns of type long varchar.                                                                                      |
+| Password              | Password used to connect to the specified database.                                                                                       |
+| PortNumber              | HAWQ master database port number.                                                                                      |
 
 Refer to [Connection Option Descriptions](http://media.datadirect.com/download/docs/odbc/allodbc/#page/odbc%2Fgreenplum-connection-option-descriptions.html%23) for a list of ODBC connection properties supported by the HAWQ DataDirect ODBC driver.
 
@@ -75,9 +75,9 @@ Commonly-specified HAWQ JDBC connection properties include:
 
 | Property Name                                                    | Value Description                                                                                                                                                                                         |
 |-------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| DatabaseName | name of the database to which you want to connect |
-| User                         | username used to connect to the specified database                                                                                           |
-| Password              | password used to connect to the specified database                                                                                       |
+| DatabaseName | Name of the database to which you want to connect. |
+| User                         | Username used to connect to the specified database.                                                                                           |
+| Password              | Password used to connect to the specified database.                                                                                       |
 
 Refer to [Connection Properties](http://media.datadirect.com/download/docs/jdbc/alljdbc/help.html#page/jdbcconnect%2FConnection_Properties_10.html%23) for a list of JDBC connection properties supported by the HAWQ DataDirect JDBC driver.