alter_table.sql - Mailing list pgsql-hackers

From Patrick Welche
Subject alter_table.sql
Date
Msg-id 20000307145227.H9329@quartz.newn.cam.ac.uk
Whole thread Raw
Responses Re: [HACKERS] alter_table.sql  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Proposal for Grand Unified Configuration scheme
Next
From: Michael Meskes
Date:
Subject: ECPG restructuring