Re: constraint expression

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: constraint expression
Дата
Msg-id Pine.BSO.4.56.0408090300450.30738@leary.csoft.net
обсуждение исходный текст
Ответ на constraint expression  (2004@niederland.com (Roger Niederland))
Список pgsql-general

On Fri, 6 Aug 2004, Roger Niederland wrote:

> create table test (a int, b int, c int,
> constraint aname check (((a=0) and (b is not null)) or ((a=1) and (c
> is not null)));
>

You are missing the closing ) for the create table statement.

Kris Jurka

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Losing records when server hang
Следующее
От: "Richard Connamacher"
Дата:
Сообщение: Embedded Database