Re: minor view creation weirdness

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: minor view creation weirdness
Date: 2003-10-02 07:40:43
Message-ID: 87zngk84uc.fsf@stark.dyndns.tv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway <neilc(at)samurai(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2003-10-02 07:48:24 Re: ADD FOREIGN KEY
Previous Message Neil Conway 2003-10-02 06:59:02 minor view creation weirdness