[
https://issues.apache.org/jira/browse/HAWQ-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goden Yao updated HAWQ-18:
--------------------------
Description:
*Original Story*
Since the hcatalog database is not a normal database, it would cause some
errors when using database display command (\l+)
Following is an example:
{code:sql}
SELECT * FROM hawq_toolkit.hawq_size_of_database;
ERROR: database with OID 6120 does not exist (dbsize.c:219)
{code}
OID 6120 database is the hcatalog database.
*Expected Behavior*
* Should not list external databases (Hcatalog) for now via \l+.
was:
** Original Story **
Since the hcatalog database is not a normal database, it would cause some
errors when using database display command (\l+)
Following is an example:
{code:sql}
SELECT * FROM hawq_toolkit.hawq_size_of_database;
ERROR: database with OID 6120 does not exist (dbsize.c:219)
{code}
OID 6120 database is the hcatalog database.
** Expected Behavior **
* Should not list external databases (Hcatalog) for now via \l+.
> Error out database_size function on hcatalog
> --------------------------------------------
>
> Key: HAWQ-18
> URL: https://issues.apache.org/jira/browse/HAWQ-18
> Project: Apache HAWQ
> Issue Type: Sub-task
> Reporter: Goden Yao
> Assignee: Roman Shaposhnik
>
> *Original Story*
> Since the hcatalog database is not a normal database, it would cause some
> errors when using database display command (\l+)
> Following is an example:
> {code:sql}
> SELECT * FROM hawq_toolkit.hawq_size_of_database;
> ERROR: database with OID 6120 does not exist (dbsize.c:219)
> {code}
> OID 6120 database is the hcatalog database.
> *Expected Behavior*
> * Should not list external databases (Hcatalog) for now via \l+.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)