Re: COPY TO order

From: Clodoaldo Pinto Neto <clodoaldo_pinto(at)yahoo(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Cc: cbbrowne(at)acm(dot)org
Subject: Re: COPY TO order
Date: 2004-04-12 17:15:30
Message-ID: 20040412171530.54259.qmail@web40911.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>If you need to maintain data in some order, then you need to add a key
>field that indicates that ordering, and use ORDER BY in order to
>select the data in that order.

>That will involve not using COPY TO.

I absolutely need to write to a file.

Solved it writing all the html page to a single table line so COPY TO has no
way now to write one only line out of order.

Regards,
Clodoaldo

______________________________________________________________________

Yahoo! Messenger - Fale com seus amigos online. Instale agora!
http://br.download.yahoo.com/messenger/

Browse pgsql-general by date

  From Date Subject
Next Message Igor Shevchenko 2004-04-12 18:35:25 db schema diff
Previous Message Guy Fraser 2004-04-12 17:02:45 Re: COPY TO order