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
pgsql-hackers by date
| Next: | From: Greg Stark | Date: 2003-10-02 07:40:43 |
| Subject: Re: minor view creation weirdness |
| Previous: | From: Peter Eisentraut | Date: 2003-10-02 06:40:18 |
| Subject: Re: 7.4 status |