Re: Help with order by into a RECORD

From: "GIROIRE Nicolas (COFRAMI)" <nicolas(dot)giroire(at)airbus(dot)com>
To: 'Shaun Clements' <ShaunC(at)relyant(dot)co(dot)za>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Help with order by into a RECORD
Date: 2005-04-01 09:56:23
Message-ID: 1904E3EB39448246A7ECB76DF34A70B0036A4056@TOCOMEXC03
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes, you can use ORDER BY on the table whiwh have an or several index.

Index allows to save time during execution of request.

-----Message d'origine-----
De : pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]De la part de Shaun Clements
Envoyé : vendredi 1 avril 2005 11:43
À : PostgreSQL General
Objet : FW: [GENERAL] Help with order by into a RECORD

Hi

I have a questions regarding my order by problem.
If you index a table, can you query the table using ORDER BY. ?

Kind Regards,
Shaun Clements

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-04-01 10:17:50 Re: Help with order by into a RECORD
Previous Message Richard Huxton 2005-04-01 09:45:23 Re: : Postgres IX