Hello, I am in the process of copying my tables from google to a postgresql database. Using the cloning feature, I managed to clone all my tables except one, which keeps producing the error below:
I have tried:
- Removing all reference columns and setting them to text. The same error occurs.
- Retaining only one row in the table, which also triggers the same error, meaning it should not be an issue of blank rows/lack of storage capacity.
The only similar issue I found on these forums involved duplicate keys ( Error while copying table to database ) which I have already checked for.
Any ideas on what could be causing this?