bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Fri Nov 6 14:35:33 PST 2015
http://www.slony.info/bugzilla/show_bug.cgi?id=362

--- Comment #1 from Matt Simonsen <matt at khoza.com> 2015-11-06 14:35:33 PST ---
Also it appears the table name is different.

The command we ended up running that we believe works is:

ALTER TABLE pgbench_history ADD COLUMN id SERIAL;
UPDATE pgbench_history SET id =
nextval(pg_get_serial_sequence('pgbench_history','id'));
ALTER TABLE pgbench_history ADD PRIMARY KEY (id);

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list