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
pgsql-hackers by date
| Next: | From: Greg Stark | Date: 2003-10-02 07:48:24 |
| Subject: Re: ADD FOREIGN KEY |
| Previous: | From: Neil Conway | Date: 2003-10-02 06:59:02 |
| Subject: minor view creation weirdness |