Constraint check that crashes backend... - Mailing list pgsql-hackers

From Mike Meyer
Subject Constraint check that crashes backend...
Date
Msg-id 365B8065.C87B9236@phone.net
Whole thread Raw
List 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))


pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] Re: [SQL] cursor and update + view
Next
From: "Billy G. Allie"
Date:
Subject: Help with MiXeD cAsE table names and triggers.