SSC-EWI-PG0010
Create temporary sequence is not supported by Snowflake
Severity
Low
Description
When a temporary sequence is created in PostgreSQL, it is only created for the active session and is automatically deleted when you log out of the session. However, this functionality is not available in Snowflake, so it is generated as a normal sequence. When executed, a similar sequence name may already exist, which will cause an error for an existing object.
Code Example
Input code:
IN -> PostgreSQL_01.sql
Output code:
OUT -> PostgreSQL_01.sql
Recommendations
If you have a creation problem, you can try to rename the sequence to avoid collisions.
If you need more support, you can email us at snowconvert-support@snowflake.com.
Last updated