Re: some problems - Mailing list pgsql-general

From Tom Lane
Subject Re: some problems
Date
Msg-id 27795.967039632@sss.pgh.pa.us
Whole thread Raw
In response to some problems  (Roodie <roodie@morahalom.hu>)
List pgsql-general
Roodie <roodie@morahalom.hu> writes:
> ERROR:  ExecEvalExpr: unknown expression type 108

Sub-selects in constraint expressions don't work at the moment :-(.
An easy workaround is to put the sub-select in a function and call
the function from your constraint.

            regards, tom lane

pgsql-general by date:

Previous
From: Greg Maxwell
Date:
Subject: Stupid database use the index!
Next
From: Philip Murray
Date:
Subject: enum datatype?