On Tuesday 30 May 2006 13:11, Matthew Whittaker-Williams wrote: > Hi, > > I was wondering if it is possible to define multiple primary keys in the > set add table function. > > Like so: > > set add table ( set id = 1, origin = 1, id = 54, full qualified name > = 'public,foo_map, key = 'foo1,foo2', comment = 'Table foo_map');
Whoops.. Should be this: set add table ( set id = 1, origin = 1, id = 54, full qualified name = 'public,foo_map', key = 'foo1,foo2', comment = 'Table foo_map'); Matthew -- Unix system & Network Engineer Internet Unie Services B.V. Postbus 23667 1100 ED AMSTERDAM Tel: +31(0)20 463 0506 Fax: +31(0)20 463 2146 Email: [EMAIL PROTECTED] URL: http://iu.nl PGP: 0x08A909D0 Ripe nic-handle: MW2861-RIPE _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
