You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a database with 30 tables. Executing add_system_time_period and add_system_versioning completes with success. The issue I have is that updates in some of the tables simply crashes the database process and I get this message FATAL: the database system is in recovery mode.
I am executing like this SELECT periods.add_system_time_period('"MyTable"'); SELECT periods.add_system_versioning('"MyTable"');
Update just a column for this table crashes the process, any column.
Also I tried recreating the same table with a different name and it just works, no more errors.
Can you help me in some way? How can I investigate this to know at least what is the issue or the exact error?
Thank you
The text was updated successfully, but these errors were encountered:
Hello again
I have a database with 30 tables. Executing
add_system_time_period
andadd_system_versioning
completes with success. The issue I have is that updates in some of the tables simply crashes the database process and I get this messageFATAL: the database system is in recovery mode
.I am executing like this
SELECT periods.add_system_time_period('"MyTable"'); SELECT periods.add_system_versioning('"MyTable"');
Update just a column for this table crashes the process, any column.
Also I tried recreating the same table with a different name and it just works, no more errors.
Can you help me in some way? How can I investigate this to know at least what is the issue or the exact error?
Thank you
The text was updated successfully, but these errors were encountered: