Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1977

Cannot recognize the space-contained tablename and databasename

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.12.0, 0.11.1
    • None
    • None

    Description

      See below.

      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>
      

      Same problem is shown in \c command.

      Attachments

        Activity

          People

            dkhwangbo Dongkyu Hwangbo
            dkhwangbo Dongkyu Hwangbo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: