To reconfigure Ingres Replicator, you add new databases to the configuration and change the table schema. The procedures are basically the same as those you use to configure Ingres Replicator.
To add a database to an existing replicated configuration, follow these steps.
Visual DBA:
Detailed steps for performing these procedures can be found in the following online help topics:
For additional information, see the same topics as above in the chapter "Using Visual DBA for Configuration."

Command Line and Replicator Manager:
For more information, see Database Summary, CDDS Definition Dialog.
For more information, see Move Configuration Data Window. 
Copying a table between replicated databases is done for several reasons. For example, a table already exists in both databases and is being added to the replication scheme, in which case, it is important to synchronize; or a table exists in only one database and the CDDS is being extended to encompass a new or existing database.
Command Line and Replicator Manager:
To copy replicated tables to other replicated databases, follow these steps:
copydb dbname tablename
sql old_dbname < copy.out
sql new_dbname < copy.in
Note: The archive table is needed if the base table is part of a Full Peer CDDS at the target database.
For example:
copydb old_dbname shadow_name [archive_name]
sql old_dbname < copy.out
For example:
sql new_dbname < copy.in
It is possible to change the schema of any table in your replication system. Schema changes must be made on every target database where that table exists.
Visual DBA: For step-by-step procedures, see the online help topic Changing the Table Schema.
Command Line and Replicator Manager:
To change the schema of any table in your replication system, follow these steps:
Note: Deregistering the table causes existing data in the shadow and archive tables to be lost because deregister drops them. If large tables are being reconfigured to expand the width of a column, for example, it is recommended that you copy out the shadow and archive tables before deregistering and reload them later.
If required, create the replicated transaction keys (ShadowTableOnly).
For more information, see Table Registration Summary.
For more information, see Move Configuration Data Window.
For more information, see Activate Change Recording Window.
After all databases reflect the change in the table schema, the table is ready for replication on your system. 
Once the initial configuration has been defined, or following any significant changes, consider optimizing the Ingres Replicator system catalogs.
Visual DBA: You purge records from shadow and archive tables by expanding the Databases branch in the Database Object Manager, expanding the branch of the desired database, and highlighting Replication. Choose the Arcclean command from the Operations menu. For more information, see the online help topic Arcclean Operation dialog.
You modify the replicated system database by expanding the Databases branch in the Database Object Manager, expanding the branch of the desired database, and highlighting Replication. Choose the Repmod command from the Operations menu. For more information, see the online help topic Repmod Operation dialog box.
Command Line: Use the Arcclean command to purge unneeded records from the shadow and archive tables. See the Command Reference Guide for detailed information and procedures.
Use the Repmod command to modify the replicated system database to predetermined storage structures. For more information, see the Command Reference Guide.
Note: Arcclean remodifies the shadow and archive tables that it cleans up.