MSC-PG0028
TRUNCATE 'RESTRICT' behavior should be used when table has no references. If have references should be added.
Last updated
TRUNCATE 'RESTRICT' behavior should be used when table has no references. If have references should be added.
Last updated
This is a deprecated version of the SnowConvert documentation, please visit the official site .
Low
When truncating a table that has references, the user should specify in the truncate table list all the tables that are referenced between them. Otherwise, an error is thrown on PostgreSQL. So we should validate manually and add the references tables if required or take a decision about the truncated table.
If you need more support, you can email us at .