Re: [BUGS] BUG #3455: order of rows should not significant

2007-07-17 Thread Gregory Stark
"YaYo" <[EMAIL PROTECTED]> writes: > test=# select * from t9; > var > - > 3 > 5 > (2 rows) > > test=# update t9 set var=var+2; > ERROR: duplicate key violates unique constraint "t9_var_key" /*we get the > same conclusion*/ Sorry, Postgres does not support deferred unique constraints which is

[BUGS] BUG #3455: order of rows should not significant

2007-07-17 Thread YaYo
The following bug has been logged online: Bug reference: 3455 Logged by: YaYo Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: OpenBSD4.1 and Windows 5.2.3790 Description:order of rows should not significant Details: test=# select version