Github user sansanichfb commented on a diff in the pull request:
https://github.com/apache/incubator-hawq-docs/pull/63#discussion_r89021235
--- Diff: pxf/HivePXF.html.md.erb ---
@@ -495,24 +511,24 @@ postgres=# SELECT * FROM hcatalog.default.sales_info;
To obtain a description of a Hive table with HCatalog integration, you can
use the `psql` client interface.
-- Within HAWQ, use either the `\d
hcatalog.hive-db-name.hive-table-name` or `\d+
hcatalog.hive-db-name.hive-table-name` commands to describe a single
table. For example, from the `psql` client interface:
+- Within HAWQ, use either the `\d
hcatalog.hive-db-name.hive-table-name` or `\d+
hcatalog.hive-db-name.hive-table-name` commands to describe a single
table. `\d+` displays both the HAWQ and Hive data type, while `\d` displays
only the HAWQ data type. For example, from the `psql` client interface:
--- End diff --
\d feature was designed to not stick to any particular source. In above
example it's Hive, but it might be something else in future.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---