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/27 23:33:00 UTC

[06/14] incubator-hawq-docs git commit: sql commands all caps

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

Branch: refs/heads/develop
Commit: 5cdd8f8c35a51360fe3bfdedeff796bf1e0f31f3
Parents: 150fa67
Author: Lisa Owen <lo...@pivotal.io>
Authored: Tue Oct 11 13:27:17 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Tue Oct 11 13:27:17 2016 -0700

----------------------------------------------------------------------
 pxf/HivePXF.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/5cdd8f8c/pxf/HivePXF.html.md.erb
----------------------------------------------------------------------
diff --git a/pxf/HivePXF.html.md.erb b/pxf/HivePXF.html.md.erb
index 1cce751..6a7d9af 100644
--- a/pxf/HivePXF.html.md.erb
+++ b/pxf/HivePXF.html.md.erb
@@ -185,7 +185,7 @@ postgres=# CREATE EXTERNAL TABLE salesinfo_hiveprofile(location text, month text
 ```
 
 ``` sql
-postgres=# select * from salesinfo_hiveprofile;
+postgres=# SELECT * FROM salesinfo_hiveprofile;
 ```
 
 ``` shell