alter_table.sql

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема alter_table.sql
Дата
Msg-id 20000307145227.H9329@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответы Re: [HACKERS] alter_table.sql
Список pgsql-hackers
In the alter table regression test, alter_table.sql, it says:

-- 20 values, sorted
SELECT unique1 FROM ten_k WHERE unique1 < 20;

-- 20 values, sorted
SELECT unique2 FROM ten_k WHERE unique2 < 20;

Why sorted? Shouldn't it be

SELECT unique1 FROM ten_k WHERE unique1 < 20 ORDER BY unique1;

if we really expect the output to be sorted?

Cheers,

Patrick


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Proposal for Grand Unified Configuration scheme
Следующее
От: Michael Meskes
Дата:
Сообщение: ECPG restructuring