Is this a bug?
(using CVS code from yesterday)
nconway=# create view baz (a,b) as select 'hello', 'world';
WARNING: column "a" has type "unknown"
DETAIL: Proceeding with relation creation anyway.
WARNING: column "b" has type "unknown"
DETAIL: Proceeding with relation creation anyway.
CREATE VIEW
nconway=#
-Neil