Re: [BUGS] ON DELETE CASCADE with multiple paths in PostgreSQL 9.x

2011-06-08 Thread Anton Dedov
@postgresql.org Subject: Re: [BUGS] ON DELETE CASCADE with multiple paths in PostgreSQL 9.x Anton Dedov writes: > We are using patched version of PostgreSQL 8.1 in order to work-around > bug described in > http://archives.postgresql.org/pgsql-bugs/2007-05/msg00130.php. Now, we > are going to upgrad

Re: [BUGS] ON DELETE CASCADE with multiple paths in PostgreSQL 9.x

2011-06-07 Thread Tom Lane
Anton Dedov writes: > We are using patched version of PostgreSQL 8.1 in order to work-around > bug described in > http://archives.postgresql.org/pgsql-bugs/2007-05/msg00130.php. Now, we > are going to upgrade to 9.0 and it also would be great to get rid of > patch as it makes keeping database

[BUGS] ON DELETE CASCADE with multiple paths in PostgreSQL 9.x

2011-06-07 Thread Anton Dedov
Hello! We are using patched version of PostgreSQL 8.1 in order to work-around bug described in http://archives.postgresql.org/pgsql-bugs/2007-05/msg00130.php. Now, we are going to upgrade to 9.0 and it also would be great to get rid of patch as it makes keeping database engine current too exp