[BUGS] add primary key doesn't block?

2010-01-21 Thread Jaime Casanova
Hi, I'm testing the migration procedure for a client, we want to migrate from 8.3.6 to 8.4 When we perform a test migration of the data we found some errors on the logs, one of them is this one: mic=# ALTER TABLE tcom_invitacion ADD primary key (id_invitacion); NOTICE: ALTER TABLE / ADD

Re: [BUGS] add primary key doesn't block?

2010-01-21 Thread Craig Ringer
Jaime Casanova wrote: Hi, I'm testing the migration procedure for a client, we want to migrate from 8.3.6 to 8.4 When we perform a test migration of the data we found some errors on the logs, one of them is this one: mic=# ALTER TABLE tcom_invitacion ADD primary key (id_invitacion);

Re: [BUGS] add primary key doesn't block?

2010-01-21 Thread Jaime Casanova
On Thu, Jan 21, 2010 at 12:45 PM, Tom Lane t...@sss.pgh.pa.us wrote: Jaime Casanova jcasa...@systemguards.com.ec writes: When we perform a test migration of the data we found some errors on the logs, one of them is this one: mic=# ALTER TABLE tcom_invitacion ADD primary key (id_invitacion);