Re: [BUGS] BUG #7662: INSERT rule doesn't work as expected

2012-11-15 Thread Tom Lane
mtesf...@gmail.com writes: > ON INSERT RULE doesn't always work as expected. > The reasoning for this particular rule was to add the new value to an > existing value if it is determined that the key already exists. > CREATE OR REPLACE RULE "dup_add_test_r_rule" AS > ON INSERT TO test_r > WHER

[BUGS] BUG #7662: INSERT rule doesn't work as expected

2012-11-15 Thread mtesfaye
The following bug has been logged on the website: Bug reference: 7662 Logged by: Melese Tesfaye Email address: mtesf...@gmail.com PostgreSQL version: 9.2.1 Operating system: FreeBSD 9.0-RELEASE Description: ON INSERT RULE doesn't always work as expected. The reasoning