| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Camila Rocha <camilarrocha(at)hotmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Rows ordered |
| Date: | 2002-10-04 15:14:36 |
| Message-ID: | 200210041514.g94FEaO03034@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Camila Rocha wrote:
> Hi again..
>
> I have another problem: I want to keep the rows in a table ordered. Is
> there some structure in postgresql that can help me??
No, there is no fixed ordering of tables in SQL. You can create a VIEW
and place an ORDER BY in there, I think. If you want them physically
ordered, use CLUSTER.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-10-04 15:15:54 | Re: PL/pgSQL |
| Previous Message | Bruce Momjian | 2002-10-04 15:13:38 | Re: is there a pure Win32 Port ? |