Constraint check that crashes backend...

From: Mike Meyer <mwm(at)phone(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Constraint check that crashes backend...
Date: 1998-11-25 03:58:29
Message-ID: 365B8065.C87B9236@phone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a simple constraint check that crashes the 6.4 backend.

Fixes [rattling tin cup]?

Thanx,
<mike

create table splatter (
a int,
b int,
check (not (a is null and b is null))

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-11-25 06:23:34 Help with MiXeD cAsE table names and triggers.
Previous Message Vadim Mikheev 1998-11-25 03:26:42 Re: [HACKERS] Re: [SQL] cursor and update + view