MSC-PG0026

The sequence option 'option_name' is not supported by Snowflake.

Severity

Low

Description

Some options available in PostgreSQL for the sequence statement are not available in Snowflake. Therefore, they are commented out from the code, and an EWI (Error Warning Information) is generated to inform the user.

The unsupported options are:

  • Unlogged.

  • AS <data_type>.

  • MinValue.

  • MaxValue.

  • No MinValue.

  • No MaxValue.

  • Cache.

  • Cycle.

  • Owner By.

Code Example

Input code:

Output code:

Recommendations

Last updated