[
https://issues.apache.org/jira/browse/TAJO-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366804#comment-14366804
]
Hyunsik Choi commented on TAJO-1411:
------------------------------------
Could you try {{\d customer}}?
Please refer to an article Database identifiers, quoting and case sensitivity
(http://www.alberton.info/dbms_identifiers_and_case_sensitivity.html#.VQk07oHF_YM).
Identifier standard of Tajo is equivalent to PostgreSQL.
> Support case-insensitive table description command
> --------------------------------------------------
>
> Key: TAJO-1411
> URL: https://issues.apache.org/jira/browse/TAJO-1411
> Project: Tajo
> Issue Type: Bug
> Components: cli
> Affects Versions: 0.10.1
> Environment: Tajo 0.11.0-SNAPSHOT (rev. 82d44af source checksum
> 8f4cffc)
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Fix For: 0.10.1
>
>
> In `tsql`, 'describe table' command is case-sensitive inconsistently with
> other features.
> {code:sql}
> default> create table Customer(id int);
> OK
> default> select * from Customer;
> id
> -------------------------------
> (0 rows, 0.187 sec, 0 B selected)
> default> \d Customer;
> ERROR: no such a table: Customer
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)