Обсуждение: is this valid

Поиск
Список
Период
Сортировка

is this valid

От
Dennis Gearon
Дата:
If found this twice in the 7.3.2 User Manual:

ALTER TABLE products ADD COLUMN description text CHECK (description <> ”);

Shouldn't there be TWO parenthesis marks?

Re: is this valid

От
Tom Lane
Дата:
Dennis Gearon <gearond@fireserve.net> writes:
> If found this twice in the 7.3.2 User Manual:
> ALTER TABLE products ADD COLUMN description text CHECK (description <> ”);

Where exactly?  All I see is description <> '' ...

            regards, tom lane