[ 
https://issues.apache.org/jira/browse/HAWQ-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Goden Yao updated HAWQ-628:
---------------------------
    Description: 
This is likely not from HAWQ client

{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}


*Expected Behavior*
show hcatalog under \l+ normally with as much information as we can provide

  was:
{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}


*Expected Behavior*
show hcatalog under \l+ normally with as much information as we can provide


> \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
>
> This is likely not from HAWQ client
> {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}
> *Expected Behavior*
> show hcatalog under \l+ normally with as much information as we can provide



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

Reply via email to