The merge function is written to the point of creating the unlogged
merged tables. It still needs to get the code to switch the tables
to logged, create the indexes and constraints, and analyze the tables.
Also, a rollback function should be added. And, tests.
The merge function is written to the point of creating the unlogged merged tables. It still needs to get the code to switch the tables to logged, create the indexes and constraints, and analyze the tables. Also, a rollback function should be added. And, tests.