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

From Neil Conway
Subject Re: minor view creation weirdness
Date
Msg-id 1065124686.391.16.camel@tokyo
Whole thread Raw
In response to Re: minor view creation weirdness  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: minor view creation weirdness  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: minor view creation weirdness  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
On Thu, 2003-10-02 at 10:16, Tom Lane wrote:
> Neil Conway <neilc@samurai.com> writes:
> > nconway=# create view baz (a,b) as select 'hello', 'world';
> > WARNING:  column "a" has type "unknown"
> > DETAIL:  Proceeding with relation creation anyway.
> 
> It's always done that, although the spelling of the notice has
> varied over the years.

> I'd almost argue that we should change this message to an error

I agree.

-Neil




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Large block size problems and notes...
Next
From: Tom Lane
Date:
Subject: Re: minor view creation weirdness