Re: [HACKERS] Open 6.5 items - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] Open 6.5 items
Date
Msg-id 199905191206.VAA00446@ext16.sra.co.jp
Whole thread Raw
In response to Open 6.5 items  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Open 6.5 items  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> SELECT ... WHERE col ~ '(foo|bar)' works, but CHECK on table always fails

Does not reproduce here.

test=> create table t2 (i text check(i ~ '(foo|bar)'));
CREATE
test=> insert into t1 values ('aaa');
ERROR:  ExecAppend: rejected due to CHECK constraint t1_i
test=> insert into t1 values ('foo');
INSERT 18634 1
---
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: darcy@druid.net ("D'Arcy" "J.M." Cain)
Date:
Subject: PyGreSQL 2.4
Next
From: ZEUGSWETTER Andreas IZ5
Date:
Subject: Re: [HACKERS] sgmr* vs. md*