minor view creation weirdness - Mailing list pgsql-hackers

From Neil Conway
Subject minor view creation weirdness
Date
Msg-id 1065077941.386.6.camel@tokyo
Whole thread Raw
Responses Re: minor view creation weirdness  (Greg Stark <gsstark@mit.edu>)
Re: minor view creation weirdness  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: 7.4 status
Next
From: Greg Stark
Date:
Subject: Re: minor view creation weirdness