Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As a Hawq user, after enabling hcatalog integration feature,
I want to be able to display (\d) tables in hcatalog so that I know what tables are available and the contents of their schemas.
Acceptance Criteria
1. Ability to describe a single table.
\d hcatalog.databaseName.t1
,
\d+ hcatalog.databaseName.t1
2. Ability to describe the every table in a database of hcatalog:
\d hcatalog.databaseName.*
3. Ability to list tables that match patterns (only wildcard is supported)
e.g.
\d hcatalog.databaseName.prefix_*
4. Ability to list databases in hcatalog:
\d hcatalog.*
5. Tab autocomplete of items from hcatalog. (optional)
[1] based on current implementation, we cache the meta data from hcatalog within the same transaction.
Attachments
Issue Links
- links to
There are no Sub-Tasks for this issue.