minor view creation weirdness

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: minor view creation weirdness
Date: 2003-10-02 06:59:02
Message-ID: 1065077941.386.6.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2003-10-02 07:40:43 Re: minor view creation weirdness
Previous Message Peter Eisentraut 2003-10-02 06:40:18 Re: 7.4 status