WARNING: column "footype" has type "unknown"

Поиск
Список
Период
Сортировка
От Ed L.
Тема WARNING: column "footype" has type "unknown"
Дата
Msg-id 200410271701.45632.pgsql@bluepolka.net
обсуждение исходный текст
Ответы Re: WARNING: column "footype" has type "unknown"
Список pgsql-general
On 7.4.6, is there any problem with defining one column of a view to be a
string literal?  For example ...

$ psql -c "create view fooview as select 'bar' as footype"
WARNING:  column "footype" has type "unknown"
DETAIL:  Proceeding with relation creation anyway.
CREATE VIEW

Or is this warning just noise in this case?

Ed


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Reasoning behind process instead of thread based
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WARNING: column "footype" has type "unknown"