Dongkyu Hwangbo created TAJO-1977:
-------------------------------------

             Summary: Cannot recognize the space-contained tablename and 
databasename
                 Key: TAJO-1977
                 URL: https://issues.apache.org/jira/browse/TAJO-1977
             Project: Tajo
          Issue Type: Bug
            Reporter: Dongkyu Hwangbo
            Assignee: Dongkyu Hwangbo
            Priority: Minor


See below.

{noformat}
default> create table "table name with space" (col int);
OK
default> insert into "table name with space" select 1;
OK
default> insert into "table name with space" select 2;
OK
default> insert into "table name with space" select 3;
OK
default> select * from "table name with space";
col
--------------------------
1
2
3
(3 rows, 0.047 sec, 0 B selected)
default>
default> \d "table name with space"
ERROR: No error message
default>
{noformat}

Same problem is shown in \c command.



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

Reply via email to