'create view' error

Поиск
Список
Период
Сортировка
От Dong Calmada
Тема 'create view' error
Дата
Msg-id 01090623080800.02225@dongski.popdem.org
обсуждение исходный текст
Список pgsql-admin
Hi. This is a newbie concern.

I'm trying to create a view from a relation called 'words'. This is what my
command looked like:

create view v_words as select term, meaning1 from words order by term;

I was greeted with an error message, that is:
"ERROR: ORDER BY and DISTINCT on views are not implemented."

I'm using version 7.0.2-17.

Thanks for your help.


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

Предыдущее
От: Dong B Calmada
Дата:
Сообщение: 'create view' error
Следующее
От: Jeremy Buchmann
Дата:
Сообщение: Re: Vacuum and deadlock.