For each of these commands, add the “Note”, based on the target database:
pdb_get_columns
pdb_get_primary_keys
pdb_get_procedures
pdb_get_procedure_parms
pdb_get_table
For Oracle and Microsoft SQL Server apply this note:
Results from these commands are taken from the Replication
Agent System Database (RASD).
For DB2 UDB apply this note:
Results from these commands are taken directly from
the primary database.
For each of these commands, add the following information:
pdb_setreptable – if a marked table is renamed or dropped and a new table with the original name is created, you must mark the new table because the new table has no marking-related information from the original table.
pdb_setrepproc – if a marked procedure is renamed or dropped and a new procedure with the original name is created, you must mark the new procedure because the new procedure has no marking-related information from the original procedure.
pdb_setrepcol – if a column is renamed or dropped and a new column with the original name is created, you must enable or disable replication from this new column because the new column has no status-related information from the original column.