Re: minor view creation weirdness - Mailing list pgsql-hackers

From Greg Stark
Subject Re: minor view creation weirdness
Date
Msg-id 87zngk84uc.fsf@stark.dyndns.tv
Whole thread Raw
In response to minor view creation weirdness  (Neil Conway <neilc@samurai.com>)
Responses Re: minor view creation weirdness  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-hackers
Neil Conway <neilc@samurai.com> writes:

> 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=# 

7.3 does the same thing actually. I don't know what that means though.


-- 
greg



pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: minor view creation weirdness
Next
From: Greg Stark
Date:
Subject: Re: ADD FOREIGN KEY