Skip to content

CREATE SCHEMA does not take the catalog name #4276

@manticore-projects

Description

@manticore-projects
select current_catalog;

/* returns
┌─────────────────┐
│ CURRENT_CATALOG │
├─────────────────┤
│ IFRSBOX         │
└─────────────────┘
*/

-- fails when catalog is specified
-- Syntax error in SQL statement "create schema IFRSBOX[*].test";
create schema IFRSBOX.test;

-- however, tables can accept the catalog
-- works
create table IFRSBOX.cfe.test;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions