Hello,
Anyone know why trying to create this column :
"gender CHAR(1) CHECK (gender IN ('M','F'))"
Results in this error:
ERROR: Unable to locate type name '? in catalog
It appears on:
<http://www.ca.postgresql.org/docs/aw_pgsql_book/node132.html>
Cheers,
Joel