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/12/15 17:52:06 UTC

incubator-hawq-docs git commit: HAWQ-1219 - add ao and parquet relstorage types closes https://github.com/apache/incubator-hawq-docs/pull/74

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop 5e7285e50 -> ae597e392


HAWQ-1219 - add ao and parquet relstorage types closes https://github.com/apache/incubator-hawq-docs/pull/74


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

Branch: refs/heads/develop
Commit: ae597e392884318f21966fc84f5801338922fe8e
Parents: 5e7285e
Author: Lisa Owen <lo...@pivotal.io>
Authored: Thu Dec 15 09:51:53 2016 -0800
Committer: David Yozie <yo...@apache.org>
Committed: Thu Dec 15 09:51:53 2016 -0800

----------------------------------------------------------------------
 reference/catalog/pg_class.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/ae597e39/reference/catalog/pg_class.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/catalog/pg_class.html.md.erb b/reference/catalog/pg_class.html.md.erb
index 7bb9025..112375e 100644
--- a/reference/catalog/pg_class.html.md.erb
+++ b/reference/catalog/pg_class.html.md.erb
@@ -125,7 +125,7 @@ The system catalog table `pg_class` catalogs tables and most everything else tha
 <td>char</td>
 <td>�</td>
 <td>The storage mode of a table
-<p><code class="ph codeph">h</code> = heap, <code class="ph codeph">v</code> = virtual, <code class="ph codeph">x</code>= external table.</p></td>
+<p><code class="ph codeph">a</code> = append-only, <code class="ph codeph">h</code> = heap, <code class="ph codeph">p</code> = append-only parquet, <code class="ph codeph">v</code> = virtual, <code class="ph codeph">x</code>= external table.</p></td>
 </tr>
 <tr class="even">
 <td><code class="ph codeph">relnatts</code></td>