Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 3.0.0
    • None
    • SQL
    • None

    Description

      CREATE SCHEMA temp_view_test;
      CREATE TABLE tx1 (x1 int, x2 int, x3 string) using parquet;
      ALTER TABLE tx1 SET SCHEMA temp_view_test;
      
      ALTER TABLE [ IF EXISTS ] name
          SET SCHEMA new_schema
      

      https://www.postgresql.org/docs/current/sql-altertable.html

      Attachments

        Activity

          People

            Unassigned Unassigned
            maropu Takeshi Yamamuro
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: