I was just wondering why in the generated schema nextval is cast to text rather than int?
John
CREATE TABLE x (
id integer DEFAULT nextval('"x_id_seq"'::text) NOT NULL,
name character varying(30) NOT NULL
);
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more