On Wed, 12 May 2010, sowjanya v wrote: > Hi, > > I am not able create replication set for a table not having private key. Is > there anything that can be done?
If by 'private key' you mean 'primary key' then what you need to do is add a primary key to your table. It can be a serial datatype that isn't used by the rest of your application (if you want) but the table must have a primary key. > > -- > Sowjanya.V > _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
