You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Goden Yao (JIRA)" <ji...@apache.org> on 2016/04/05 22:35:25 UTC

[jira] [Created] (HAWQ-628) \l+ returns hcatalog not supported error

Goden Yao created HAWQ-628:
------------------------------

             Summary: \l+ returns hcatalog not supported error
                 Key: HAWQ-628
                 URL: https://issues.apache.org/jira/browse/HAWQ-628
             Project: Apache HAWQ
          Issue Type: Bug
          Components: Hcatalog, PXF
            Reporter: Goden Yao
            Assignee: Goden Yao


{code}
gpadmin=# \l+
ERROR:  database hcatalog (OID 6120) is reserved (dbsize.c:185)

gpadmin=# \l
                 List of databases
   Name    |  Owner  | Encoding | Access privileges
-----------+---------+----------+-------------------
 gpadmin   | gpadmin | UTF8     |
 hcatalog  | gpadmin | UTF8     |
 lc_demo   | gpadmin | UTF8     |
 postgres  | gpadmin | UTF8     |
 template0 | gpadmin | UTF8     |
 template1 | gpadmin | UTF8     |
(6 rows)
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)