is this valid

Started by Dennis Gearonalmost 22 years ago2 messagesgeneral
Jump to latest
#1Dennis Gearon
gearond@fireserve.net

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?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dennis Gearon (#1)
Re: is this valid

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