1
2
3This test validates the OMIT COPY functionality added to SUBSCRIBE SET
4
5It creates three simple tables as one replication set, and replicates
6them from one database to another.
7
8The tables are of the several interesting types:
9
101.  table1 has a formal primary key
11
122.  table2 lacks a formal primary key, but has a candidate primary key
13
143.  table4 which has columns of all sorts of vaguely esoteric types to
15exercise that points, paths, bitmaps, mac addresses, and inet types
16replicate properly.
17
184.  table5 has a composite primary key (on id1,id2,id3) where
19the primary key attributes are strewn throughout the table.  This is
20to make sure we have a case that exercises the logic that changed with
21bug #18.
22