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 <[email protected]> Authored: Thu Dec 15 09:51:53 2016 -0800 Committer: David Yozie <[email protected]> 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>
