Re: [pgadmin-hackers] Query execution order

2003-12-16 Thread Andreas Pflug
Miha Radej wrote: Hi! I've been playing a bit with my frinends' tables and I wanted to remove an existing unique constraint and add a primary key with the same name. However, instead of first removing an existing constraint and then adding a new one, I added the primary key and then deleted th

[pgadmin-hackers] Query execution order

2003-12-16 Thread Miha Radej
Hi! I've been playing a bit with my frinends' tables and I wanted to remove an existing unique constraint and add a primary key with the same name. However, instead of first removing an existing constraint and then adding a new one, I added the primary key and then deleted the unique constraint.