Re: minor view creation weirdness

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: minor view creation weirdness
Дата
Msg-id 87zngk84uc.fsf@stark.dyndns.tv
обсуждение исходный текст
Ответ на minor view creation weirdness  (Neil Conway <neilc@samurai.com>)
Ответы Re: minor view creation weirdness  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-hackers
Neil Conway <neilc@samurai.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: minor view creation weirdness
Следующее
От: Greg Stark
Дата:
Сообщение: Re: ADD FOREIGN KEY