Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-2267

ALTER TABLE RENAME .. CASCADE option not supported

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0-incubating
    • 2.1-incubating
    • documentation
    • None

    Description

      Alter table rename ... cascade' is listed in the SQL Reference Manual version 2.0.0 on http://trafodion.incubator.apache.org/ [^] as a supported statement. It has the following to say about the cascade option:

      cascade:

      specifies that indexes and constraints on the renamed object will be renamed.

      However, the cascade option is no longer supported. It now returns a 1427 error like the following:

      >>alter table t1 rename to t2 cascade;

          • ERROR[1427] Table cannot be renamed. Reason: Cascade option not supported.

      — SQL operation failed with errors.

      Attachments

        Issue Links

          Activity

            People

              dbirdsall Dave Birdsall
              atanumishra Atanu Mishra
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: