Bug?

From: Paul <magamos(at)mail(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug?
Date: 2001-05-31 04:50:35
Message-ID: 434471629.20010531105035@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sequence:
-------------------------------------------------------------
listen xxx;
create table xx (a int4);
create rule xx_xx2 as on delete to xx where old.a=1 do notify xxx;
-------------------------------------------------------------

Output:
something like "backend closed connection"

Output I expected:
at least some error message, but not closing of connection.
I know that my SQL sequence is wrong, but i just expected the error
message.

PostgreSQL version:
7.1.1

Platform information:
Linux Slackware 7.1, kernel 2.4.1

--
Best regards,
Paul mailto:magamos(at)mail(dot)ru

Responses

  • Re: Bug? at 2001-06-04 15:11:45 from Tom Lane
  • Re: Bug? at 2001-06-04 15:34:11 from Tom Lane

Browse pgsql-bugs by date

  From Date Subject
Next Message shashi ahuja 2001-05-31 12:44:45 Problem with sql
Previous Message Robert Weiler 2001-05-31 03:42:00 Bug in postgresql7.1 jdbc2 DatabaseMetaData class